Encrypting and decrypting strings
Posted
by dretzlaff17
on Stack Overflow
See other posts from Stack Overflow
or by dretzlaff17
Published on 2010-06-02T19:58:28Z
Indexed on
2010/06/02
20:04 UTC
Read the original article
Hit count: 213
Does anyone know of a good way to encrypt and decrypt strings using VB6 to ensure sensitive data is secure?
Also, is there an encryption method that can be shared between VB6 and .NET? Example:
The encrypted string will be written to a database using a VB6 application, but the value also need to be read an decrypted in a c# .net application using the .net framework if possible.
Thanks!
© Stack Overflow or respective owner