Cryptography(Power Automate Desktop Action)
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.
Name | Importance | Description |
---|---|---|
Encrypt text with AES | High | Encrypt text with the privatekey method AES. |
Decrypt text with AES | High | Decrypt text encrypted with the privatekey method AES. |
Encrypt from file with AES | High | Encrypt the contents of a text file with the private key method AES. |
Decrypt from file with AES | High | Decrypt text encrypted with the private key method AES and saves the contents to a file. |
Hash text | Low | Hash any text. Hashed text is basically irreversible. Therefore, hashing is unlikely to be used in general business operations. |
Hash from file | Low | Hash any text file. Hashed text is basically irreversible. Therefore, hashing is unlikely to be used in general business operations. |
Hash text with key | Low | Hash text with key (password). This is a stronger hashing than "Hash text". |
Hash from file with key | Low | Hash the file using the key (password). This is a stronger hashing than "Hash from file". |