encrypting files with a phrase

2006-05-20 Thread Imran Imtiaz
how can i encrypt files on freebsd by using a password phrase so the if some 
one needs to decrypt the file he can decrypt with the phrase given.

regards,
Imran 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: encrypting files with a phrase

2006-05-20 Thread Lowell Gilbert
Imran Imtiaz [EMAIL PROTECTED] writes:

 how can i encrypt files on freebsd by using a password phrase so the if some 
 one needs to decrypt the file he can decrypt with the phrase given.

openssl(1) is a nice choice, in the base system.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: encrypting files with a phrase

2006-05-20 Thread Chuck Swiger

Imran Imtiaz wrote:

how can i encrypt files on freebsd by using a password phrase so the if some 
one needs to decrypt the file he can decrypt with the phrase given.
  
There is a program called crypt which comes with FreeBSD which provides 
basic single-rotor encryption, which is fine for casual use but can be 
decrypted via bigram/trigram analysis easily by someone who knows what 
they are doing.  If you want strong encryption, look towards GnuPG from 
security/gnupg, or possibly towards OpenPGP or even the commercial variant.


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]