index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-26
lib/goanalysis: package to complement "go vet"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-11-19
lib/crypto: trim the password read from SSH_ASKPASS
Shulhan
2023-11-18
lib/crypto: add support for reading passphrase using SSH_ASKPASS
Shulhan
2023-09-26
go.mod: remove replace directive for golang.org/x/crypto
Shulhan
2023-09-23
lib/crypto: check empty password earlier in LoadPrivateKeyInteractive
Shulhan
2023-09-20
lib/crypto: implement RSA encrypt and decryption for large message size
Shulhan
2023-09-20
lib/crypto: use errors.Is to check for missing passphrase
Shulhan
2023-09-20
lib/crypto: add function LoadPrivateKeyInteractive
Shulhan
2023-09-20
lib/crypto: add parameter passphrase to LoadPrivateKey
Shulhan
2023-09-20
lib/crypto: rewrite LoadPrivateKey as wrapper of ssh.ParseRawPrivate
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2019-04-05
crypto: new package that provide a wrapper for standard crypto
Shulhan