Skip to content

Replicates the password based encryption functionality provided by the Jasypt BasicTextEncryptor class in go.

Notifications You must be signed in to change notification settings

LucasSloan/passwordbasedencryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

passwordbasedencryption

Replicates the password based encryption functionality provided by the Jasypt BasicTextEncryptor class in go.

To perform an encryption with the same characteristics as BasicTextEncryptor, use Encrypt(password, 1000, plaintext). To perform a decryption with the same characteristics as BasicTextEncryptor, use Decrypt(password, 1000, ciphertext).

More generally, this implements the password based encryption algorithm PBEWithMD5AndDES in go.

About

Replicates the password based encryption functionality provided by the Jasypt BasicTextEncryptor class in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages