Support Forums
[Help] [VB.NET 2008] Textbox Contents Encryption. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [Help] [VB.NET 2008] Textbox Contents Encryption. (/showthread.php?tid=16336)



[Help] [VB.NET 2008] Textbox Contents Encryption. - Example - 02-21-2011

I'm making a program which encrypts the contents of a textbox in this order:
2x ARMON-64; 3x GILA7; 1x HAZZ-15 and then saves it into a text file.
I got the saving part, but I'm stuck with the encryption...
Can anybody help me please?
Thank you Smile


RE: [Help] [VB.NET 2008] Textbox Contents Encryption. - Fragma - 02-21-2011

Do you have the encryption functions?


RE: [Help] [VB.NET 2008] Textbox Contents Encryption. - Example - 02-21-2011

(02-21-2011, 10:21 AM)Fragma Wrote: Do you have the encryption functions?
sorry, I don't know where you're talking about...
I'm just a beginner Omg


RE: [Help] [VB.NET 2008] Textbox Contents Encryption. - KoBE - 02-22-2011

(02-21-2011, 10:23 AM)wassiliboss Wrote: sorry, I don't know where you're talking about...
I'm just a beginner Omg

What he means is do you have the functions to do all those encryptions. And judging from your response.. probably not. You need to learn a bit more before taking on a task like this.

But if you insist, here are some functions to look at:
http://pastebin.com/LfH6qxPc

Credits obviously go to pr0t0typ3


RE: [Help] [VB.NET 2008] Textbox Contents Encryption. - Example - 02-23-2011

(02-22-2011, 11:59 PM)KoBE Wrote: What he means is do you have the functions to do all those encryptions. And judging from your response.. probably not. You need to learn a bit more before taking on a task like this.

But if you insist, here are some functions to look at:
http://pastebin.com/LfH6qxPc

Credits obviously go to pr0t0typ3
thanks.
That helped me out.