mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
Merge pull request #8 from syntaqx/master
Addition of gitignore, gitattributes and README
This commit is contained in:
commit
449d7b0b95
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto
|
50
.gitignore
vendored
50
.gitignore
vendored
@ -1 +1,51 @@
|
|||||||
|
# Numerous always-ignore extensions
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.vi
|
||||||
*~
|
*~
|
||||||
|
*.sass-cache
|
||||||
|
|
||||||
|
# OS or Editor folders
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
Thumbs.db
|
||||||
|
.cache
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
nbproject
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# Dreamweaver added files
|
||||||
|
_notes
|
||||||
|
dwsync.xml
|
||||||
|
|
||||||
|
# Komodo
|
||||||
|
*.komodoproject
|
||||||
|
.komodotools
|
||||||
|
|
||||||
|
# Espresso
|
||||||
|
*.esproj
|
||||||
|
*.espressostorage
|
||||||
|
|
||||||
|
# Rubinius
|
||||||
|
*.rbc
|
||||||
|
|
||||||
|
# Folders to ignore
|
||||||
|
.hg
|
||||||
|
.svn
|
||||||
|
.CVS
|
||||||
|
intermediate
|
||||||
|
publish
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# local files
|
||||||
|
vendor
|
||||||
|
composer.phar
|
||||||
|
composer.lock
|
||||||
|
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# phpseclib - PHP Secure Communications Library
|
||||||
|
|
||||||
|
[![Build Status](https://secure.travis-ci.org/phpseclib/phpseclib.png?branch=master)](http://travis-ci.org/phpseclib/phpseclib)
|
||||||
|
|
||||||
|
MIT-licensed pure-PHP implementations of an arbitrary-precision integer
|
||||||
|
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
||||||
|
AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509
|
||||||
|
|
||||||
|
* [Download (0.2.2)](https://github.com/phpseclib/phpseclib/zipball/master)
|
||||||
|
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
||||||
|
* [Documentation](http://phpseclib.sourceforge.net/documentation/)
|
||||||
|
* [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46)
|
||||||
|
|
||||||
|
<img src="http://phpseclib.sourceforge.net/pear-icon.png" alt="PEAR Channel" width="16" height="16">
|
||||||
|
PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)
|
Loading…
Reference in New Issue
Block a user