VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



DS2 Encryption (Midkiff/Greenwoodf)

by Dave Greenwood (5 Submissions)
Category: Encryption
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

DS2 Encryption is ideally suited to secure the digital transfer of information on public
networks such as the Internet. The DS2 salt technique can theoretically output 1,078,203,909,375 different encrypted byte streams from just one input stream. Therefore even if the same data is transmitted again it will not look the same. Along with slick clean math function this cipher is fast and secure. From analysis, certain forms of differential attacks may be successful on lesser round variants of this algorithm but nothing is certain. The key-size is variable length and is undeterminable from analysis. Meaning very large keys can be achieved!
SALT TECHNIQUES USED:
This is achieved by selecting 5 random bytes and adding them to the byte stream. The byte stream then undergoes CBC (Cipher Block Chaining), byte & bit level processing before being spit out as 1 of the 1,078,203,909,375 different possible ciphertext results.

Rate DS2 Encryption (Midkiff/Greenwoodf)

Download DS2 Encryption (Midkiff/Greenwoodf)

Download DS2 Encryption (Midkiff/Greenwoodf) (9 KB)

DS2 Encryption (Midkiff/Greenwoodf) Comments

No comments have been posted about DS2 Encryption (Midkiff/Greenwoodf). Why not be the first to post a comment about DS2 Encryption (Midkiff/Greenwoodf).

Post your comment

Subject:
Message:
0/1000 characters