Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/templates/default/keygen.mustache
2015-12-23 01:02:11 +01:00

16 lines
448 B
Plaintext

{{!
keygen.mustache -- page containing a newly generated tripcode
template parameters:
- prefix ( the site prefix )
- public ( the public key in hex )
- secret ( the secret key in hex )
- tripcode ( html version of the public key )
}}
<!doctype html><html><head><title>new tripcode</title></head><body><pre>
new tripcode:
secret: {{secret}}
public: {{public}}
tripcode: {{{tripcode}}}
</pre></body></html>