Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Encryption with digits only
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01121036
Message ID:
01121410
Vues:
10
>Anyone would know of a good encryption code to encrypt a string but to obtain digits only?

Just a thought... one-way or two-way encryption.... if one-way, you could use the hashing algorithm. However, that would put in special characters, which could be converted down to bit format (8 bits per single char), then you'd have only 1+0... Then you could know that you are expecting each 8 bits = a single character... whatever that character was, then go from there...

Whats the reason for digits only as opposed to alpha/numeric.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform