We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1cc0a commit 283a056Copy full SHA for 283a056
README.md
@@ -1,7 +1,9 @@
1
-# php-openssl-cryptor
+php-openssl-cryptor
2
+===================
3
-This is a simple class demonstrating use of the basic openssl encrypt/decrypt
4
-routines in PHP.
+Description
5
+-----------
6
+Simple to use class for encrypting/decrypting using the PHP Openssl library.
7
8
The Cryptor class supports arbitrary encryption and key hashing algorithms, along
9
with raw, base64 and hex encoding of the encrypted data. Static convenience methods
0 commit comments