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/chen-chan/keygen.mustache

16 lines
412 B
Plaintext
Raw Normal View History

2015-12-23 05:07:29 +05:00
{{!
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 )
2015-12-23 05:33:03 +05:00
}}
2015-12-23 05:07:29 +05:00
<!doctype html><html><head><title>new tripcode</title></head><body><pre>
2015-12-23 05:33:03 +05:00
new tripcode
2015-12-23 05:07:29 +05:00
secret: {{secret}}
public: {{public}}
tripcode: {{{tripcode}}}
</pre></body></html>