Search Results

2
votes

Encrypt Password in Configuration Files? (Java)

A simple way of doing this is to use Password Based Encryption in Java. This allows you to encrypt and decrypt a text by using a password. This basically means initialing a javax.crypto.Cip …