add unixtime, jwtoken

This commit is contained in:
c0decave
2021-05-04 11:33:31 +02:00
parent 12b92ef8a7
commit af3104ee3b
3 changed files with 87 additions and 0 deletions

View File

@@ -63,3 +63,19 @@ imap.gmail.com:995,sha1:4259517CD4E48A289D332AB3F0AB52A366322824
imap.gmail.com:995,sha256:D5129635A050F63DD607FFA9271EEFAAB597C0975809765DAD253973FC554D25
imap.gmail.com:995,sha512:4CF1C747DA7F62335273A00328E92B8F3CD9CD2CB5832EF58FDC78DA11E84F245DDE107B5B666F7230B5A705B2E3E9D28BD9B91322EA6267EEE9B55E1737FA6D
```
## utime2date
Simple convert unix time to date
```
./utime2date.py 167466789
```
## jwtdec
Decode JWToken
```
./jwtdec.py -t ey...
```