aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-26lib/goanalysis: package to complement "go vet"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-11-19lib/crypto: trim the password read from SSH_ASKPASSShulhan
2023-11-18lib/crypto: add support for reading passphrase using SSH_ASKPASSShulhan
2023-09-26go.mod: remove replace directive for golang.org/x/cryptoShulhan
2023-09-23lib/crypto: check empty password earlier in LoadPrivateKeyInteractiveShulhan
2023-09-20lib/crypto: implement RSA encrypt and decryption for large message sizeShulhan
2023-09-20lib/crypto: use errors.Is to check for missing passphraseShulhan
2023-09-20lib/crypto: add function LoadPrivateKeyInteractiveShulhan
2023-09-20lib/crypto: add parameter passphrase to LoadPrivateKeyShulhan
2023-09-20lib/crypto: rewrite LoadPrivateKey as wrapper of ssh.ParseRawPrivateShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2019-04-05crypto: new package that provide a wrapper for standard cryptoShulhan