bitstorm commented on pull request #462:
URL: https://github.com/apache/wicket/pull/462#issuecomment-783677654


   I followed Emond's suggestion and I turned GenericJceCrypt into a more 
generic AbstractJceCrypt. The idea behind this class is to let final users 
implement the desired configuration logic for ciphers, so they can decide which 
level of "strength" to adopt. For example in some use cases we could decide to 
sacrifice security strength  for a faster encryption/decryption.  This might be 
the case of class CryptoMapper which uses ICypt to encrypt/decrypt page URLs.
   
   PS:  class UnlimitedStrenghtJurisdictionPolicyCrypt has been reworked  
according to the example code provided by Edmond.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to