How to encrypt and decrypt text in Delphi
The process of encrypting text is very easy, but be careful, with this method you can easily struggle getting it to decrypt…
Feel free to go visit my webpage, I do blogs and reviews, there are also a few online games: https://www.netsublogs.tk
For more programming videos, feel free to subscribe to my 2nd channel: https://www.youtube.com/channel/UCZkCdex94Hp-3Aa-42kPhHg
Timestamps:
00:00 – Intro
00:15 – The Form And Files
02:31 – Basic Program Code
08:20 – Encrypting Text
15:00 – Decrypting Text
21:43 – Running The Program
23:10 – Outro
Group Chats:
Weeb Chat: https://t.me/weeb_haven
Programmer Haven: https://t.me/programmer_haven
You can contact me on:
Email: [email protected]
Discord: https://discord.gg/NGtD9s6
Kitsu: https://kitsu.io/users/Netsu
Twitter: @stevesteacherYT or click here: https://twitter.com/stevesteacherYT?s=09
Shop:
Buy your own custom made website here: https://www.fiverr.com/webmake_netsu/design-you-a-webpage
Remove background from image:
https://www.fiverr.com/webmake_netsu/remove-the-background-from-an-image
Remove object from image:
https://www.fiverr.com/webmake_netsu/an-object-from-an-image
Any suggestions? Leave it in the comment section or contact me somewhere else!
Thank you for watching!
#delphi #programming
What a waste of space. Some clown thinks he has better encryption routines than the Russians or the NSA ?
Use a proper encryption library for goodness sake.
Id suggest to use Tstringlists delimitedtext property, with delimiter set to space. Then you can easily cycle through each letter (its encoded numerical value) as "for sDec in *name of stringlist variable* do…"
Thank you so much..
where could i copy the text file you used from?
God bless you i love you so much😭😭
my IT PAT is due tommorow and i still need need to implement this lmao
Where the hell is smessage coming from
Hey I'd love to have an array. Where would would I add it and what would it be for?
Steve do you know where i can get the codes for chapter 4 for the data files from delphi grade 11 I need It for exams
could you do it with alphabets?
South African IT students doing their practical last minute: "STEVE TEACHER!"
What encryption is this
This helped me for my grade 11 IT pat thank you so much sir
Thank you soo much I'm in 11th grade I had to do a encrypting and decrypting project and this worked thank you sir
@Steve's teacher Dude if your Delphi IDE starts you out with "Form2" all you have to do is go into the default projects directory and delete everything then re-open Delphi back up and create a new project and it will put you back to Form1 as it should be. Just thought i would let you know.
You are using linux! 😀
Why must the decryption text be in a file, isn't there a way to put it on the form
When you actually have a good teacher that will most likely watch these videos to see if we copied anything
how do you separate it into two buttons
Do you perhaps have to coding?
Hey. I really like this tutorial but How can i display this in a Tmemo
Thank you!!!!!!!!
Tysm, you're a lifesaver. I have an IT PAT task due on monday and this really helped alot(^///^)
Hey bro when I tried to test the code, there was an error saying "expected INITIALIZATION but received end"
HI steve will you be able to share the code with us on something like google drive as a .txt file
Hey how are you doing do you know how to display the encryption and decryption code in the Delphi program