Search

Clear filter
Question
Stephen Wilson · Aug 21, 2019

ASP .NET Core Identity (v3) uses PBKDF2 algorithm with HMAC-SHA256, 128-bit salt, 256-bit subkey, and 10,000 iterations. What does Caché use?

The algorithm Caché uses is probably different which may be why I am getting errors.Consider the following in Caché for username "test1" Do ##class(Security.Users).Exists("test1",.
Question
Eduard Lebedyuk · Feb 28, 2019

Indirection example does not work

Confirm that for IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2019.1.0S Working example:Class dc.test [ Abstract ] { /// d ##class(dc.test).Test1() ClassMethod Test1