⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 主要用于数据文字的加密
💻 TXT
字号:
Simple Encrypt written by John Aaron
This encryption only works with strings of text and runs very quickly, and can be configured to not only use a password you provide but also tell it where in the password to start reading from. If you don't know how to use a class module you need to do some reading before trying to use this.

Add the following line to the general declaration section of your form and your ready to go.

Dim encrypt as new encrypt


It has the following fields that you can work with

1 encrypt.dataIn
This is the string of data that you will be sending to be processed.

2. encrypt.dataOut
This is the string of data that is returned after processing.

3. encrypt.decrypt
This is what will start the decryption of the string.

4. encrypt.encrypt
This will start the encryption of the string.

5. encrypt.password
This is a string that you will provide to do the encryption against. You can change this as often as you would like providing you change it in the same places while decrypting otherwise the data will be scrambled.

6. encrypt.pointerPos
This is the unique part of the encryption, You set the point in the password where you would like to start the encryption. But remember when you are decrypting you must start it in the same place otherwise the data will be scrambled.

This is free to use as you would like in your programs or hack the hell out of it and build your own programs using what I have here. It would be nice if you gave me credit for my hard work, but its not required.

If you have any comments you can email them to me at johnaar@adelphia.net

And please do me a big favor, Please don't tell my Mama that I work on a computer... She thinks I'm a piano player in a whorehouse.


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -