API • Updated 5 years ago
Download Shortcut Add to Collection Like (4806)ShareShortcuts Member:
Quickly encodes or decodes messages with the AES-CBC-256 cipher. Based off of the shortcut CryptoKit, but optimized for text encryption in shortcuts.
To use:
Create a dictionary with the following values:
mode: (encrypt/decrypt)
key: (your encryption key; can be generated with my KeyGen, CryptoKit, or just use an AES key in base 64)
data: (data to encrypt or decrypt)
and pass it into the shortcut. The output will be the encrypted or decrypted data.