Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 223 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 223 Bytes

PHP-cipher

You need to make sure that the sodium extension is enabled in

php.ini

extension=sodium

How to

encrypt

$ php encrypt.php "some text you want to encrypt"

decrypt

$ php decrypt.php