[Cryptography] Password and Other Encryption

Paul F Fraser paulf at a2zliving.com
Thu Jan 4 18:27:44 EST 2018


On 5/01/2018 9:23 AM, Paul F Fraser wrote:,
>
> I am considering using Encryptor4j https://github.com/martinwithaar/Encryptor4j for general 
> encryption purposes in my project.
>

A few points to add
The encryption required is for a password vault.
All password are handled internally and stored as byte arrays.
They are only converted to ascii if and when necessary.

Paul



More information about the cryptography mailing list