Skip to content

brandur/neospring

Repository files navigation

neospring Build Status

A toy Spring '83 implementation. See also GitHub repo and the current specification.

The implementation is largely complete, but still needs shoring up operationally, and maybe some more persistence backends.

I know there's other Go-based implementations, but this is a personal one just written for fun. Don't rely on it for long-term production use.

A hosted version of this runs at neospring.brandur.org. You can get my Spring '83 board here:

$ curl https://neospring.brandur.org/2c98169d0b6fa73cab5a830be8dde53c5f388d5c6f8e6f756b6b6dbcc83e1124

Usage

$ go build . && ./neospring

$ curl http://localhost:4434/ab589f4dde9fce4180fcf42c7b05185b0a02a5d682e353fa39177995083e0583
<p>Reality is that which, when you stop believing in it, doesn't go away.</p>

Generate a new key:

$ go build . && ./neospring keygen
Brute forcing a Spring '83 key (this could take a while)
Succeeded in 3m0.280434083s with 54276464 iterations
Private key: 90ba51828ecc30132d4707d55d24456fbd726514cf56ab4668b62392798e2540
Public  key: e90e9091b13a6e5194c1fed2728d1fdb6de7df362497d877b8c0b8f0883e1124

Development

Run the test suite:

$ go test .

Run lint:

$ golangci-lint --fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published