Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 350 Bytes

File metadata and controls

10 lines (6 loc) · 350 Bytes

Java Code to Decrypt Openssl-encrypted Values

This example code assumes the use of SHA-256 for key generation and AES-256-CBC as the cipher.

See the article for more information about this code: Decrypt Openssl-Encrypted Data in Java

Running Tests

mvn test