Skip to content
View chonlatee's full-sized avatar

Sponsoring

@acoshift
Block or Report

Block or report chonlatee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bankAccount bankAccount Public

    Just for test mutex lock in golang

    Go 2

  2. simpleds simpleds Public

    just simple datastructure for practice in golang

    Go 1

  3. simpleredisexample simpleredisexample Public

    example for use go redis

    Go 1

  4. encrypt decrypt message with nodejs... encrypt decrypt message with nodejs with algorithm aes-256-cbc
    1
    const crypto = require('crypto')
    2
    const ALGORITHM_NAME = 'aes-256-cbc'
    3
    const ENCRYPT_KEY = 'e916e810f3858bffc8751581ca81a748'
    4
    const IV_LENGTH = 16
    5
    const NONCE_LENGTH = 4
  5. verify signature when you send signa... verify signature when you send signature to other machine ( eg. server to client )
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/ecdsa"
    5
    	"crypto/rand"
  6. golang-simple-pattern golang-simple-pattern Public

    just golang simple pattern design

    Go 1