==== MYCPLUS Sample Code ===
http://www.mycplus.com

This code is made available as a service to our visitors and is provided for the purpose of illustration but you are free to use this source code for any purpose. If you wish to use this code on your website please retain this message including the link to mycplus.com. 

Please direct all inquiries to saqib at mycplus.com.

=== 256-bit Serpent VB Implementation ===
Contributors: David 
Tags: Source Code, Visual Basic, Encryption
Platform: Visual Basic, Visual Studion Version: 6.0

=== Description ===
This is an extremely slow but working Visual Basic implementation of the 256-bit Serpent algorithm. Serpent was a finalist for AES and appears to be a very secure powerful algorithm. The C implementation is by far the fastest and most efficient. Since Visual Basic is bogged down by memory problems and lacks the power that C provides, high level speeds for this algorithm may never be achieved in VB. 

If you find ways to increase the speed please contact David and let him know.

 

