C
Craig
I need to create a basic algorithm that converts a SSN into a pseudo
encrypted format.
For example (NOTE these are not actual characters it’s just an
example…)
A=1
B=2
C=3
D=4
E=5
F=6
G=7
H=8
I=9
J=0
K=”-“
So, when someone enters 123-45-6789 into a form the code converts the
number to ABCKDEKFGHIJ and stores it in a table. Anyone know of some
example code on how to do this? I’m assuming it should be relatively
straight forward.
encrypted format.
For example (NOTE these are not actual characters it’s just an
example…)
A=1
B=2
C=3
D=4
E=5
F=6
G=7
H=8
I=9
J=0
K=”-“
So, when someone enters 123-45-6789 into a form the code converts the
number to ABCKDEKFGHIJ and stores it in a table. Anyone know of some
example code on how to do this? I’m assuming it should be relatively
straight forward.