Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone,

Greetings!

kindly note that I am preparing for a project to compile number of Encryption Algorithm (Transposition Cipher System), I need to create codes for each algorithm such as:

1- Transposition Cipher System (Reversal Message)
2- Reversal Message with numbers
3- Route Transposition
4- Columnar Transposition

please let me know if anyone has an idea of how to start programming the command in visual basic

Appreciate your help!

Duha :)
Posted
Comments
phil.o 6-Mar-15 19:31pm    
VB6? Why are you doing that to yourself? :)
It isn't supported anymore for years now.
Duha920 7-Mar-15 3:42am    
I know right but they still teach vb6 in my college :( , what do you think which programming language can do this?
phil.o 7-Mar-15 3:53am    
Any modern programming language: C#, VB.NET, java, F#, and I forget some for sure.
But if you don't have this choice, it could be tricky to find some people fluent in VB6 language. That's not impossible, though.
If you are allowed to use a more recent language, I could recommend you VB.NET, which, syntaxically speaking, is not very far from VB6. A free version of Visual Studio is available if you want to try: Visual Studio Express; you'll have the choice of which language to use between those supported by .NET platform. Good luck :)
Duha920 9-Mar-15 13:54pm    
Thanks dear, please let me know if you a website or someone can assist me to write the codes and program the algorithms. I am trying to write the programs and I started, but I need someone to help me :)
phil.o 9-Mar-15 14:40pm    
Here on CodeProject you will find many examples. Just browse available articles, searching for what interests you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900