- Direct Known Subclasses:
- LdapPasswordOneTimePadRegistry
public class OneTimePadRegistry
extends Object
Registry for passwords that need to be encrypted with OTP technique.
You can, using methods of this class, encrypt with OTP and store a password
in a file in ConfigDir, and later retrieve from the file and decrypt it.
Encrypted password is stored in a file named fileNamePrefix + PASSWORD_FILE_SUFFIX
Random key in a file named fileNamePrefix + RANDOM_KEY_FILE_SUFFIX
- Author:
- Wojtek Wilk - wilk.wojtek at gmail.com