Re: Is crypt(1) a prohibited export?

At 10:21 PM 4/13/96 -0700, you wrote:
crypt() is a hash function, and hence is not subject to export restriction. (To my knowledge).
Is crypt(1) a prohibited export from the US? I thought it was. The reason I ask is that it has come to my attention that HP ships that overseas too, with HP-UX versions 9 and 10...
crypt(3) is a hash function, used for passwords and login, and is exportable. crypt(1) is the rotor-based enigma-like encryption filter, and is not exportable. The Unix versions that support crypt(1) generally also have a -x option for ed and vi to let you edit encrypted files. Crypt Breaker's Workbench works on it. Actually, unless you specifically apply for permission, even rot13 isn't exportable. Unfortunately, this means it's illegal for me to make Rot13-Breaker's Workbench available for ftp :-) # Thanks; Bill # Bill Stewart, stewarts@ix.netcom.com, +1-415-442-2215
participants (1)
-
Bill Stewart