VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

CRC32, String-encryption/-decryption, File-encryption/decryption, Passwords, Filewiping

Joost Rongen  (4 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This demo-project shows you how to use my C_Crypt.dll, whitch offers:
1. VERY FAST CRC-calculation on strings and files;
2. VERY STRONG encryption/decryption for strings and files;
3. Secure filewiping
(Normal = overwrite every byte with &H00 then kill the file)
(Governmentwipe = overwrite every byte with &HFF, next run with &H00 and third run at random. Then kill the file)
4. Flexible password generation
In case of an unexpected error, the component writes a detailed logfile, C_Crypt.log.
You can download my ActiveX Dll from ftp://ftp.confite.nl/pub/
and you are free to use it in your projects.
(Source-code available)

Inputs
See screenshot

Assumes
download C_Crypt.zip (133 KB) from ftp://ftp.confite.nl/pub/ Register it to your system and make sure the demo-project has set a reference to it. (see reference.jpg)

Returns
See screenshot

Rate CRC32, String-encryption/-decryption, File-encryption/decryption, Passwords, Filewiping (4(4 Vote))

Download CRC32, String-encryption/-decryption, File-encryption/decryption, Passwords, Filewiping

CRC32, String-encryption/-decryption, File-encryption/decryption, Passwords, Filewiping Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters