Friday, January 28, 2011

Utilize 'User' type record variable to encyrpt

--begin code--
ScrambleThis(pToScramble : Text[10]) pResult : Text[20]

lrTest."User ID":= 'dummy';
lrTest.VALIDATE(Password, pToScramble);
EXIT( lrTest.Password)
--end code--

Source:
Encrypted/Decrypted Password in Navision tables
www.mibuso.com/forum/viewtopic.php?t=12296

Question:
Will it give same result on different computer?

No comments:

Post a Comment