Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquilax/tripcode
Go library for generating 4chan compatible tripcodes
https://github.com/aquilax/tripcode
authentication go tripcode
Last synced: 3 months ago
JSON representation
Go library for generating 4chan compatible tripcodes
- Host: GitHub
- URL: https://github.com/aquilax/tripcode
- Owner: aquilax
- License: mit
- Created: 2014-02-19T08:37:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T04:56:33.000Z (6 months ago)
- Last Synced: 2024-08-07T08:24:25.759Z (6 months ago)
- Topics: authentication, go, tripcode
- Language: Go
- Size: 60.5 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/aquilax/tripcode?status.png)](https://godoc.org/github.com/aquilax/tripcode)
Tripcode generation library for golang.
Based on code from [avimedia](http://avimedia.livejournal.com/1583.html), [KenanY](https://github.com/KenanY/tripcode) and [SaveTheInternet](https://github.com/savetheinternet/Tinyboard/blob/master/inc/functions.php#L1969-L2003).
## Usage
tripcode.Tripcode("password")
andtripcode.SecureTripcode("password", "secure salt")