AutoSignature Executable in Golang
- 300~ms create a signed file
- 4~ms verify a signed file
- 40~ms create a signed file
- 4~ms verify a signed file
- Download and install it:
$ go get github.com/jonathanhecl/autosign
- Import it in your code:
import "github.com/jonathanhecl/autosign"
- Apply it:
hash, _ := autosign.Init()
Or you can add a Salt with:
hash, _ := autosign.Init([]byte("salt"))
Also you can use the hash to verification of the version on internet or you can use it like "tokenCode" in a package like my other project controlrun