Cryptography(Power Automate Desktop Action)

07/24/2023

Japanese version.

Encrypts and decrypts files and text. A non-confidential hashing-only function is also available.

Contents

Actions

The Encrypt action converts plain text or a file to encrypted text.

The Decrypt action converts the encrypted text to plain text or a file.

When working with encrypted files, "Write text to file" and "Read text from file" are used together.

NameImportanceDescription
Encrypt text with AESHighEncrypt text with the privatekey method AES.
Decrypt text with AESHighDecrypt text encrypted with the privatekey method AES.
Encrypt from file with AESHighEncrypt the contents of a text file with the private key method AES.
Decrypt from file with AESHighDecrypt text encrypted with the private key method AES and saves the contents to a file.
Hash textLowHash any text.
Hashed text is basically irreversible. Therefore, hashing is unlikely to be used in general business operations.
Hash from fileLowHash any text file.
Hashed text is basically irreversible. Therefore, hashing is unlikely to be used in general business operations.
Hash text with keyLowHash text with key (password).
This is a stronger hashing than "Hash text".
Hash from file with keyLowHash the file using the key (password).
This is a stronger hashing than "Hash from file".