Decrypt a string outside Bubble

I am using this plugin to encrypt emails :

https://bubble.io/plugin/aes256-encrypt–decrypt-1573205422070x332823723938414600

And now i am trying to decrypt it with tools such as :
https://www.javainuse.com/aesgenerator
https://encode-decode.com/aes256-encrypt-online/
But the output does not match.

Maybe this plugin is made to do the encoding and decoding all in Bubble and cannot be done outside, so do you know a plugin that would allow me to do so ? Because there is a few of them which are paid but I don’t want to buy them if then they do not work for my needs

Thanks,

Giovanni

Hi, what level of encryption do you need? I have a private plug-in that uses bcrypt hashing, let me know how I can help.

Yes actually i ended up creating my own Bubble Plugin where I encrypt it with JS as I want to
Thanks by the way

1 Like

May i know how one builds your own encryptiom plugin??