cipher.aes. The decryption code is available at AESEncrypter.java, with tests in AESEncrypterTest.java. The code should be mostly self-explanatory, but if it helps here's how you'd go about decrypting a cipher text in the format AES:HEX_ENCODED_IV:HEX_ENCODED_CIPHER_TEXT:cipher.aes file to get a 16-byte secret key used for encryption/decryption:`AES` is a marker to indicate the type of encryption used, so it allows us the flexibility to use a different encryption scheme latercipher.aes) to decrypt the encrypted text.--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/e3817c3b-e5ed-4b52-afa4-da5666e83070%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.