Announcement

Collapse
No announcement yet.

JSON Web Token (JWT) and SHA384 encryption

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    JSON Web Token (JWT) and SHA384 encryption

    Hello,

    We have an internal medical API project requiring usage of JSON Web Tokens (JWT). Has anyone had any experience with creating JWT with Mivascript? One of the needs when creating JWT is to use SHA384 encryption. Does Miva have any plans to add SHA384 encryption? We would prefer to stay within Mivascript.

    Thanks for any comments, suggestions or feedback.

    -mike

    #2
    I believe you can use crypto_evp_digest to generate a sha384 sum
    David Carver
    Miva, Inc. | Software Developer

    Comment


      #3
      Thank you David! This should get us sliding in the right direction!

      -mike

      Comment

      Working...
      X