Skip to content

kolonist/php-cypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

This PHP Class simplifies using of Mcrypt PHP extention to encrypt or
decrypt strings and files.

This class has very simple usage but it provides a bit more secure way to
encrypt files than standart Mcrypt functions does:
    - passwords always derivated using HMAC
    - if message length isn't multiple of block size then it appended with
      pseudorandom octets

About

PHP class provides very simple but a bit more secure way of Mcrypt PHP extention using

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages