]>
| description | Command line tool for RFC1751 (aka S/Key) numbers-as-word-lists |
| last change | Thu, 4 Dec 2025 18:07:27 +0000 (10:07 -0800) |
| URL | https://git.scottworley.com/pub/git/rfc1751 |
Convert between numbers and rfc1751 word-lists:
$ rfc1751 6582857583
NICE EASY TOOL
$ rfc1751 NICE EASY TOOL
6582857583
Or as a library:
>>> import rfc1751
>>> rfc1751.decode('FROM CODE TOO'.split())
4523180557
>>> rfc1751.encode(4523180557)
['FROM', 'CODE', 'TOO']
| 2 days ago | Scott Worley | Add a README main | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | .gitignore __pycache__ | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Release 1.0.0 v1.0.0 | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | decode support | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Rename rfc1751 → encode | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Inline "encode" | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Clarify license: ISC | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Move word list to separate file | commit | commitdiff | tree | snapshot |
| 2024-02-15 | Scott Worley | Begin | commit | commitdiff | tree | snapshot |
| 21 months ago | v1.0.0 | | commit | shortlog | log |
| 2 days ago | main | shortlog | log | tree |