Skip to content

Commit

Permalink
Cleared up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IcyApril committed Dec 28, 2014
1 parent 259ffb2 commit f3a57f5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#CryptoLib v0.8 Christmas

"We have technology but lack philosophy"; this saying holds true in the world of cryptography when merged with PHP. As a software engineer, working with PHP day-in day-out; it is apparent that unskilled developers still implement cryptographic function unsafely in PHP. Whether it is people hashing passwords without salts, weak random number generation or even encryption systems using weak ciphers. Yes, some may hold the view that PHP Developers are not best equipped for this issue, which is why I built CryptoLib. CryptoLib provides cryptographic functions with a degree of security that is exceptional and unique for any single library to be called with just a single line of simple code. CryptoLib exists to make it easy for people to ensure their cryptographic functions in PHP, for example hashing passwords to store them in a database, hold a reasonable degree of cryptographic safety. This class makes this technology accessible to all, whether developers will lift their heads out of the darkness and take advantage of it is another matter.

## Version log

- v0.8 Christmas - Initial version, released on Christmas day 2014.

CryptoLib: secure, free & open-source PHP cryptography library for everyone. It makes it easy for those who would usually
implement incredibly weak cryptography to include secure cryptographic functions to secure passwords, data and generate
secure random data.
Expand All @@ -20,6 +14,14 @@ up-to-date.

Check out the documentation at: http://cryptolib.ju.je

##Why I Made It

"We have technology but lack philosophy"; this saying holds true in the world of cryptography when merged with PHP. As a software engineer, working with PHP day-in day-out; it is apparent that unskilled developers still implement cryptographic function unsafely in PHP. Whether it is people hashing passwords without salts, weak random number generation or even encryption systems using weak ciphers. Yes, some may hold the view that PHP Developers are not best equipped for this issue, which is why I built CryptoLib. CryptoLib provides cryptographic functions with a degree of security that is exceptional and unique for any single library to be called with just a single line of simple code. CryptoLib exists to make it easy for people to ensure their cryptographic functions in PHP, for example hashing passwords to store them in a database, hold a reasonable degree of cryptographic safety. This class makes this technology accessible to all, whether developers will lift their heads out of the darkness and take advantage of it is another matter.

## Version log

- v0.8 Christmas - Initial version, released on Christmas day 2014.

## Warning

No encryption system can make something impossible to crack, it can make this very (very, very, very) difficult to crack;
Expand Down

0 comments on commit f3a57f5

Please sign in to comment.