Skip to content

Commit 283a056

Browse files
committed
Update README.md
Tweak the docs.
1 parent bd1cc0a commit 283a056

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# php-openssl-cryptor
1+
php-openssl-cryptor
2+
===================
23

3-
This is a simple class demonstrating use of the basic openssl encrypt/decrypt
4-
routines in PHP.
4+
Description
5+
-----------
6+
Simple to use class for encrypting/decrypting using the PHP Openssl library.
57

68
The Cryptor class supports arbitrary encryption and key hashing algorithms, along
79
with raw, base64 and hex encoding of the encrypted data. Static convenience methods

0 commit comments

Comments
 (0)