This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
lnbits
mirror of
https://github.com/lukechilds/lnbits.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28
Commits
14
Branches
6
Tags
13 MiB
Python
46%
HTML
44.4%
JavaScript
9%
SCSS
0.3%
Makefile
0.2%
Tree:
dfd00cfe05
GUIadmin
LNURLwalletsupport
Login
WithdrawExt
adminvar
aiosqlite
atmext
docker
fee_issues
internalpayments
livestream
master
non-root-docker
watchonly
0.0.1
0.1.0
0.1.1
0.2.0
raspiblitz
raspiblitz-prev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dfd00cfe05'
${ noResults }
lnbits
/
LNbits
/
helpers.py
5 lines
98 B
Raw
Blame
History
import
hashlib
def
encrypt
(
string
:
str
)
:
return
hashlib
.
sha256
(
string
.
encode
(
)
)
.
hexdigest
(
)
Reference in new issue