Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
HARADA Koichi edited this page May 1, 2020 · 6 revisions

About Crypto component

I write this component to use JWT with my HTTPServer component, to add 4D JWT signing/verifying functions.

When 4D provides those functionality, use it, and I hope it comes soon.

This component provides methods to generate JWT signed with HMAC, and verify it. Please refer to the docs in this wiki.

Note:

This component does NOT provide key generation function. Please use "cryptographically secure pseudo random number generator".

Clone this wiki locally