Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Character(String) Transposition/Encryption
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Character(String) Transposition/Encryption
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01083187
Message ID:
01083187
Vues:
73
I am not sure if anyone here can help me, but I am getting migraines from attempting to create an encryption method that suits my needs. I tried looking at VB.Net's built in TripleDES, MD5, etc...My problem is that those methods encrypt string into unreadable text. I tried converting the encrypted text to Hex, but that instantly doubles the string size, which is unacceptable.

I am trying to create an encryption method that ends up returning only Digits and Alpha Characters, which then I can use for "Application Licensing." Inside the "License" I am looking to embed certain information, but the license needs to be in readable/typable format for the enduser to key in. I also need it to be a 1:1 ratio, in other words the string outputed by the encryption method is the same size as the string inputted. I tried creating my own Transposition Matrix and Encryption method using it which I was able to get working, but "decrypting" ended up being a disaster. It's easier to scamble information then it is to unscramble it. :-)

Can anyone help me? Either directing me to some samples if possible, or maybe I can post the code that I have and maybe get some help on how to fix it?
________________________
Ben Santiago, MCP & A+
Programmer Analyst (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS)
Eastern Suffolk BOCES - Student Data Services


Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
-Rich Cook
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform