Similar to this question in C#: User ID obfuscation
I'm looking for a solution in VBA
to obscure a long value through an encoding method and also I would need to be able to decode the number produced as well.
Similar to this question in C#: User ID obfuscation
I'm looking for a solution in VBA
to obscure a long value through an encoding method and also I would need to be able to decode the number produced as well.
I agree with the answer as stated on the referenced article: User ID obfuscation
Why not add a GUID and a lookup table?