skip to main
|
skip to sidebar
Linux Blog
Home
Posts RSS
About
Forum
How to Encrypt - Decrypt your files
To Encrypt a normal file:
$ openssl des3 -salt -in myfile.txt -out outputfile.des3
[This will ask for password, give any pass that you can remember]
To Decrypt:
$ openssl des3 -d -salt -in outputfile.des3 -out myfile.txt -k password
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Last 30 days Popular Posts
Using vi to Encrypt Text Files
Stressful Application Test - Stressapptest
React Operating System - Another Windows in making
Baobab - Linux Graphical Disk Usage Analyzer
Working with CAB file on Linux
Creating backup/restore images using dd
Free Disk Space by Reducing Reserved Blocks Percentage
9 features Ubuntu should implement
Script to convert .wav to .mp3
Real-time Squid proxy server log on Web Browser - SqStat
Blog Archive
►
2013
(51)
►
June
(2)
►
May
(5)
►
April
(4)
►
March
(13)
►
February
(10)
►
January
(17)
►
2012
(167)
►
December
(6)
►
November
(12)
►
October
(19)
►
September
(13)
►
August
(13)
►
July
(16)
►
June
(9)
►
May
(16)
►
April
(10)
►
March
(20)
►
February
(18)
►
January
(15)
►
2011
(141)
►
December
(21)
►
November
(12)
►
October
(16)
►
September
(12)
►
August
(14)
►
July
(10)
►
June
(11)
►
May
(4)
►
April
(10)
►
March
(1)
►
February
(12)
►
January
(18)
►
2010
(242)
►
December
(25)
►
November
(19)
►
October
(22)
►
September
(20)
►
August
(26)
►
July
(21)
►
June
(13)
►
May
(22)
►
April
(19)
►
March
(16)
►
February
(15)
►
January
(24)
►
2009
(269)
►
December
(14)
►
November
(20)
►
October
(29)
►
September
(16)
►
August
(22)
►
July
(19)
►
June
(28)
►
May
(19)
►
April
(28)
►
March
(31)
►
February
(14)
►
January
(29)
►
2008
(583)
►
December
(23)
►
November
(37)
►
October
(43)
►
September
(46)
►
August
(34)
►
July
(58)
►
June
(62)
►
May
(63)
►
April
(66)
►
March
(56)
►
February
(56)
►
January
(39)
▼
2007
(68)
►
December
(15)
▼
November
(15)
Add Microsoft True Type Fonts into Linux
HowTo Add PATH
HowTo chang the file modification time
What are TCP control bits
Temporarily suspend a process
How to add a module to an existing kernel
How to do Virtual hosting in Vsftpd
Prevent the reuse of old passwords
Install multimedia Support in Fedora 8
How to Encrypt - Decrypt your files
Recover MySQL database root password
BackUp and Restore MBR after Windows messes it up
How to use rsysnc to keep files in Sync Between Se...
Sync Samba and Unix password
Quick Apache configuration tips
►
October
(38)
0 comments:
Post a Comment