Package com.axelor.common.crypto
package com.axelor.common.crypto
-
ClassDescriptionDeprecated.Weak key derivation (PBKDF2WithHmacSHA1, 1024 iterations) and instance-scoped salt.Coordinator that routes encrypt/decrypt operations between the legacy
BytesEncryptor($AES$),BytesEncryptorPbkdf2Sha256($AESv1$), andBytesEncryptorPbkdf2Sha512($AESv2$).AES encryptor operating on raw byte arrays using PBKDF2WithHmacSHA256 key derivation, supporting CBC and GCM operation modes.AES encryptor operating on raw byte arrays using PBKDF2WithHmacSHA512 key derivation, supporting CBC and GCM operation modes.Encryptor<T,R> TheEncryptorinterface.The unchecked exception is thrown byEncryptorclasses if there is any error while encrypting or decrypting values.Cipheroperation modes.Cipherpadding schemes.Deprecated.Backed byBytesEncryptor, which uses weak key derivation (PBKDF2WithHmacSHA1, 1024 iterations) and an instance-scoped salt.Coordinator that routes encrypt/decrypt operations between the legacyStringEncryptor($AES$),StringEncryptorPbkdf2Sha256($AESv1$), andStringEncryptorPbkdf2Sha512($AESv2$).AES encryptor operating onStringvalues using PBKDF2WithHmacSHA256 key derivation.AES encryptor operating onStringvalues using PBKDF2WithHmacSHA512 key derivation.