VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Very Fast Xor Encryption (10 MB/s with VB+ASM)

by Sven T. (1 Submission)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

This project provides a class for xor encryption that can handle strings and files.
The class is over 100 times faster than normal vb-code, it encrypts with up to 13 MB/s!
VB does only about 0.1 MB/s, that means it encrypts a 10MB string in less than 1 second, where other routines posted on VBC would take about 90 seconds!
You can also pass files to the class which will be encrypted with up to 6 MB/s!
(tested on a P-II 350)
How it works:
The class doesn't use any dlls, it all works with vb-code and a little bit assembler!
another advantage of this technique is that it has the same speed when it is used in the ide.
The sourcecode is commented, so i think you can also learn something about using asm in vb.
I hope you find it useful, thanks for your vote.

Rate Very Fast Xor Encryption (10 MB/s with VB+ASM)

Download Very Fast Xor Encryption (10 MB/s with VB+ASM)

Download Very Fast Xor Encryption (10 MB/s with VB+ASM) (29 KB)

Very Fast Xor Encryption (10 MB/s with VB+ASM) Comments

No comments have been posted about Very Fast Xor Encryption (10 MB/s with VB+ASM). Why not be the first to post a comment about Very Fast Xor Encryption (10 MB/s with VB+ASM).

Post your comment

Subject:
Message:
0/1000 characters