[futurebasic] TEA cipher block encryption

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2001 : Group Archive : Group : All Groups

From: Ken Shmidheiser <k.shmidheiser@...>
Date: Sat, 27 Oct 2001 21:00:29 -0400
If you're up to a challenging conversion, the complete VisualBASIC 
code for TEA can be found here:

http://www.a1vbcode.com/snippet.asp?ID=468

TEA - Tiny Encryption Algorithm - is relatively secure Feistel cipher 
developed by David Wheeler & Roger Needham. The VB code conforms to 
inventor's C reference. The code is in the public domain.

Ken