-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
The demo UI form has an example of an input password:
At present it is stored in the UI, but often password hashes are saved in a database, for example
lambdanative/modules/uiform/uiform.scm
Line 920 in 4bd7958
(strhash (string-append "DM" (number->string (string=?-hash str)))) - https://github.com/part-cw/LNhealth/blob/f46e09719c267bd0f6bd21a295adeacf5f1dda74/apps/PARA/sandbox/main.sx#L750
The above use srfi69, but LambdaNative has bindings to
Would it be helpful to have examples of password hashing using one of these libraries?