craterdog/java-security-framework
A high level, Java based security framework that makes encryption, signing, and certificate management easy.
JavaMIT
Issues
- 11
A small problem
#9 opened by crowforkotlin - 1
Need to be able to specify the AES key in the EncryptedPropertyConfigurer constructor.
#8 opened by derknorton - 1
The CertificateManager class does not support encoding and decoding of private keys.
#6 opened by derknorton - 1
The NotaryKey class should really inherit from SmartObject so that it is serializable as JSON.
#7 opened by derknorton - 0
Would like to be able to split a private key into two encoded byte arrays that can be xor'd to recreate the key.
#5 opened by derknorton - 0
The ClientCertificateGenerator and ClientCertificateSigner classes fail while reading in the password files.
#4 opened by derknorton - 0
- 0
Add a digital notary module that allows easy digital signing of string documents.
#2 opened by derknorton - 0
The RsaAesMessageCryptex.hashString() method contains a salt that should be optional.
#1 opened by derknorton