raffe
August 29th, 2002, 06:07
how do i encrypt a file under openbsd 3.0? (this must be simple!?)

bsdjunkie
August 29th, 2002, 12:19
http://www.openbsd.org/cgi-bin/man.cgi?query=encryption&sektion=0&manpath=OpenBSD+Current&arch=i386&apropos=1&format=html

:roll:

raffe
August 30th, 2002, 04:36
Well , I found that myself and it didnt help. Could you provide please a shell command for encryption and decryption of a file?

|MiNi0n|
August 30th, 2002, 07:49
http://www.backwatcher.org/writing/howtos/obsd-encrypted-filesystem.html

frisco
August 30th, 2002, 10:52
i used to use a perl script which encrypted files w/ AES (well back then it was just rijndael). the script was part of some crypt package in perl. i went w/ perl so as to be (hopefully) portable across platforms.

look through http://www.cpan.org/modules/by-module/Crypt/