OpenAES256

An Alfred Workflow


Short Description

Encryption/Decryption with OpenSSL AES-256-CBC. (using `openssl enc -e -aes-256-cbc -a` / `openssl enc -d -aes-256-cbc -a` )

Last Updated

15 Sep 2020

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0.1
 

Bundle ID

com.gonyyi.dev.afred.workflow.openaes256
 

Author

v1.0.1: bug patch for `dec` with newline

Encryption:

  1. Copy text string to clipboard
  2. Run `enc paSsW0rD`
  3. Paste encrypted string from clipboard to where you want.

Decryption:

  1. Copy encrypted string to clipboard
  2. Run `dec paSsW0rD`
  3. Paste decrypted string from clipboard to where you want.