Skip to content
Advertisement

Tag: jasypt

Is there a behavioral equivalent to the AES256TextEncryptor Class of the Jasypt-Library in CryptoJS?

As a newbie to Cryptography, I’m trying to reproduce the same default behavior of the AES256TextEncryptor Class of the jasypt-library with the CrpytoJS library. This is my Java method, that basically takes in two arguments – the message that I want to encrypt as well as my secret paraphrase: When encrypting the messageToBeEncrypted with this code, the resulting encrypted message

Advertisement