Skip to content

spotmaxtech/license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

A tiny license tool package

Introduction

Create license is very simple. User provide information, we encrypt the information with MAGIC string. Then use the MAGIC string we can encrypt user information again to check valid or not. Simple, right? Have fun!

Usage

go get github.com/spotmaxtech/license
package main

import "github.com/spotmaxtech/license"

func main() {
	l := license.NewLicenseManger("123456789")
	key, _ := l.CreateLicense([]byte("jinjin"))
}

About

A tiny license manager package

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
license.txt
Unknown
license.go

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages