Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

One More Question..... 2

Status
Not open for further replies.
May 15, 2000
245
US
Is there a way in Linux to create unix-hashed encryption. Converting a file, or it's contents (ie:text) and encrypting it.

Domenick Pellegrini
dpellegrini@yahoo.com

 
Try ftp://ftp.uu.net/pub/security/des/
get the cipher package and make that.
This is good for encrypting files:
Always backup your data.

ex:
encrypt
cipher < filename.txt > filename.ciph
decrypt
cipher -d <filename.ciph > filename.txt

This is fast and simple 16 bit encryption for the des standard.
Good enough for me.

Bye
 
Thanks,
I'll give it a try.

Domenick Pellegrini
dpellegrini@yahoo.com

 
Great,
Thanks again!!

Domenick Pellegrini
dpellegrini@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top