[DSE] = DEEP - STRING - Encryption
Hello Cemetech,
over the past few months, I was thinking about making an Encryption program that encrypts String and outputs the Encrypted data and the Key.
You can also plug the encryption and decryption source code into your programs !!!
This is how the Program or source works
Step 1 = INPUT DATA is taking and Changed to hex
(* Changes Number and Letters to hex)
Step 2 = The Hexadecimal code will be reversed
(* Rewrites the Hexcode backward)
Step 3 = Randomly place random letters and numbers
(* this will randomly add numbers to anywhere in the code then stores where the hidden numbers
were placed into the key.)
Step 4 = Add 2 random letters in front and in the back
(* Just to make sure the data is longer - store random data)
To Decrypt do everything backward
Now I could have done 256-bit Encryption, But since this is just a basic Encryption I will look forward to making a 256-bit Encryption Program.
Hello Cemetech,
over the past few months, I was thinking about making an Encryption program that encrypts String and outputs the Encrypted data and the Key.
You can also plug the encryption and decryption source code into your programs !!!
This is how the Program or source works
Step 1 = INPUT DATA is taking and Changed to hex
(* Changes Number and Letters to hex)
Step 2 = The Hexadecimal code will be reversed
(* Rewrites the Hexcode backward)
Step 3 = Randomly place random letters and numbers
(* this will randomly add numbers to anywhere in the code then stores where the hidden numbers
were placed into the key.)
Step 4 = Add 2 random letters in front and in the back
(* Just to make sure the data is longer - store random data)
To Decrypt do everything backward
Now I could have done 256-bit Encryption, But since this is just a basic Encryption I will look forward to making a 256-bit Encryption Program.