SHA256 Hash Password generated in FileMaker Pro

SHA256 Hash Password generated in FileMaker Pro

With this simple FileMaker Pro code, you can create an SHA-256 or SHA-512 hash value that is often used for passwords.

No plugins are needed, this runs native in FileMaker.

The password is supplemented with a further code in this case I use „password4“ as password and „salt4“ as salt addition.  So the result is „password4salt4“.

FileMaker formula for a SHA-256 value: 

  • Lower ( HexEncode ( CryptDigest (TextEncode ( „password4salt4“ ; „utf-8“ ; 1 ) ; „SHA256“))

Results in the HASH value: 1f2dd358ca3febc446a0856fcf1f186220b2c30766c347a6f98d0fd095a724f3

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.