]>
| description | Command line tool for RFC1751 (aka S/Key) numbers-as-word-lists |
| last change | Mon, 18 May 2026 05:49:00 +0000 (22:49 -0700) |
| 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']
| 2026-05-18 | Scott Worley | nixpkgs 25.11 pyproject boilerplate main | commit | commitdiff | tree | snapshot |
| 2026-01-02 | Scott Worley | 25.11: Nix formatting: nixfmt-classic → nixfmt-rfc... | commit | commitdiff | tree | snapshot |
| 2025-12-04 | Scott Worley | Add a README | 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 |
| 2 years ago | v1.0.0 | | commit | shortlog | log |
| 2 weeks ago | main | shortlog | log | tree |