D
David W. Fenton
I don't know why this has to be so difficult. All I want is to
encrypt/decrypt credit card numbers for a client (they are now
storing them in plain text!). It seems that people don't want make
this easy.
For instance, in this article:
http://support.microsoft.com/kb/821762/
encryption is quite simply explained in VB examples.
But the decryption is in .NET, and I can't make head or tails of it.
Are the decryption routines in the same advapi32.dll that is used in
the VB example? If so, why don't they just use that?
I banged my head against the wall on this one a couple of years ago,
and just don't understand why all the examples have to be presented
in such a confusing manner.
encrypt/decrypt credit card numbers for a client (they are now
storing them in plain text!). It seems that people don't want make
this easy.
For instance, in this article:
http://support.microsoft.com/kb/821762/
encryption is quite simply explained in VB examples.
But the decryption is in .NET, and I can't make head or tails of it.
Are the decryption routines in the same advapi32.dll that is used in
the VB example? If so, why don't they just use that?
I banged my head against the wall on this one a couple of years ago,
and just don't understand why all the examples have to be presented
in such a confusing manner.