R
Robert Vabo
I have to make an Encrytion function that works for both VB.NEt and VB 6. I
use the System.Security.Cryptography in VB.NET and I want to use the same
type of functions in VB6.
I USE DPAPI to store some keys in registry and I want to use the same keys
both in VB6 and VB.NET. The DPAPI works fine in both. The problem is the
Encryprion/Decryption using advapi.dll
I have converted the classes from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT10.asp
to VB and I want the same classes/methods in VB6.
Anyone who has the same problem ? Any tips, hints ?
use the System.Security.Cryptography in VB.NET and I want to use the same
type of functions in VB6.
I USE DPAPI to store some keys in registry and I want to use the same keys
both in VB6 and VB.NET. The DPAPI works fine in both. The problem is the
Encryprion/Decryption using advapi.dll
I have converted the classes from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT10.asp
to VB and I want the same classes/methods in VB6.
Anyone who has the same problem ? Any tips, hints ?