VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Advanced Encryption Standard Class

by Korejwa2 (3 Submissions)
Category: Encryption
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (29 Votes)

Fast and efficient military grade encryption in a single class that can be added to any project. AES (128 bit blocksize Rijndael with 128, 192, or 256 bit keysize) is used by the US government to protect SECRET and (with 192 or 256 bit keys) TOP SECRET classified data.
Unlike other block ciphers, AES is efficient in VB because encrypting a block can be done using only CopyMemory, Xor, and a few bit masks in the final round.
This class can be set to support all Rijndael key and block sizes. (128, 160, 192, 224, 256)

Rate Advanced Encryption Standard Class

Download Advanced Encryption Standard Class

Download Advanced Encryption Standard Class (34 KB)

Advanced Encryption Standard Class Comments

No comments have been posted about Advanced Encryption Standard Class. Why not be the first to post a comment about Advanced Encryption Standard Class.

Post your comment

Subject:
Message:
0/1000 characters