Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 575 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 575 Bytes

encdec

Simple cipher-script in PHP. Encrypt and decrypt files and folders with a partially adapted one-time pad cipher-script. Made and tested on OS X El Capitan.

##How to use: Open shell and type one of the following commands.

Further description:

php encdec.php help

Generate 255 signs long key:

php encdec.php key

Encrypt a folder with data inside:

php encdec.php enc

Decrypt a folder with data inside:

php encdec.php dec

##Configure: There is a $settings variable inside the encdec.php file.

##Thanks to: Lea Krämer & Lidia Del Rio