chonlatee
Follow
- Bangkok
Pinned Loading
-
-
-
encrypt decrypt message with nodejs...
encrypt decrypt message with nodejs with algorithm aes-256-cbc 1const crypto = require('crypto')
2const ALGORITHM_NAME = 'aes-256-cbc'
3const ENCRYPT_KEY = 'e916e810f3858bffc8751581ca81a748'
4const IV_LENGTH = 16
5const NONCE_LENGTH = 4
-
verify signature when you send signa...
verify signature when you send signature to other machine ( eg. server to client ) 1package main
23import (
4"crypto/ecdsa"
5"crypto/rand"
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.