Skip to content

alvaroacev/camel-encryption-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camel-encryption-test

This small project demonstrates the usage of Camel DataFormat to encrypt and decrypt messages using AES/CBC/PKCS5Padding cipher.
The encrypted messages include at the begining a block of data for the initialization Vector

Camel CryptoDataFormat hides the complexity to initialize the vector but behind the scene this is passed as an AlgorithmParameterSpec when the Cipher is initialized (if working with JCE).

Is important to mention that the same vector is required for both phases for encryption and decryption.

For more infor, have a look at:
http://camel.apache.org/crypto.html.
http://en.wikipedia.org/wiki/Initialization_vector.
http://www.herongyang.com/Cryptography/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages