Encrypt a file: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 September 2009

14 September 2009

24 June 2009

2 March 2009

16 February 2009

  • curprev 01:0201:02, 16 February 2009Egge talk contribsm 246 bytes +246 New page: How to quickly encrypt a file. <geshi lang="bash"> echo "Hello world" > message.txt encrypt -a 3des -i message.txt -o message.txt.encrypted Enter key: decrypt -a 3des -i message.txt.encry...