More Plugins for Construct 3 on my Patreon-Page: patreon.com/massivecube
With this extension you can strongly encrypt any text. ( The Plugin use the crypto-module from node: https://nodejs.org/api/crypto.html )
All encryption-algorithm ( Copy from https://gist.github.com/reggi/4459803 ):
AES-128-CBC
AES-128-CFB
AES-128-CFB1
AES-128-CFB8
AES-128-CTR
AES-128-ECB
AES-128-OFB
AES-128-XTS
AES-192-CBC
AES-192-CFB
AES-192-CFB1
AES-192-CFB8
AES-192-CTR
AES-192-ECB
AES-192-OFB
AES-256-CBC
AES-256-CFB
AES-256-CFB1
AES-256-CFB8
AES-256-CTR
AES-256-ECB
AES-256-OFB
AES-256-XTS
... ( More at the link above )