Followed the guidance under "File Encryption" in LL Help Manual, and made a custom right click action in file manager to make encryption/decryption of files easy.
Commands used:
Encryption: x-terminal-emulator -t "Encrypt file..." -e "mcrypt %f"
Decryption: x-terminal-emulator -t "Decrypt file..." -e "mcrypt -d %f"
Can someone please advice which encryption algorithm is used in above?
Commands used:
Encryption: x-terminal-emulator -t "Encrypt file..." -e "mcrypt %f"
Decryption: x-terminal-emulator -t "Decrypt file..." -e "mcrypt -d %f"
Can someone please advice which encryption algorithm is used in above?