This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
Notes
mirror of
https://github.com/TriliumNext/Notes
Watch
1
Star
0
Fork
You've already forked Notes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9787ce432a
Notes
/
generate-secret-key.py
5 lines
82 B
Python
Raw
Blame
History
#!/usr/bin/python
import
os
import
base64
print
(
base64
.
b64encode
(
os
.
urandom
(
24
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink