Skip to content

r37r0m0d3l/PBKDF2-implementation-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PBKDF2 implementation PHP

Tiny cryptography kit

  • crypt::rand() can generate random string, nice password generator actually
  • crypt::pbkdf2() can generate pbkdf2 hash
  • crypt::encrypt()/crypt::decrypt() can encrypt/decryption data using rijndael-256

About

Cryptography kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages