WIP! OpenSSH key parsing, generation, etc. library for Golang. Supports newer "proprietary" key type formatting ("OpenSSH v1").
Go to file
brent s. 9027750325
all AES CBC funcs done
2022-04-28 05:40:27 -04:00
.githooks/pre-commit updating hooks.. 2022-03-06 04:09:24 -05:00
_ref all AES CBC funcs done 2022-04-28 05:40:27 -04:00
cipher all AES CBC funcs done 2022-04-28 05:40:27 -04:00
errs stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
internal stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
kdf bcrypt and null kdf done, work on ciphers next (then keytypes) 2022-04-25 04:27:24 -04:00
keytypes stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
.gitignore checking in prelim stuff 2022-03-05 19:22:40 -05:00
LICENSE Initial commit 2022-03-05 04:39:14 -05:00
README.md checking in prelim stuff 2022-03-05 19:22:40 -05:00
TODO stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
go.mod checking in prelim stuff 2022-03-05 19:22:40 -05:00
go.sum checking in prelim stuff 2022-03-05 19:22:40 -05:00

README.md

r00t2.io/sshkeys

OpenSSH key parsing, generation, etc. library for Golang.

Supports newer "proprietary" key type formatting ("OpenSSH v1").