15 Commits
Author SHA1 Message Date
Hanzo AI 7fff7daa2f refactor: module github.com/luxfi/age (renamed from filippo.io/age) 2026-04-09 16:45:01 -07:00
Filippo Valsorda d932f29b7f age: add ExampleDecryptReaderAt with zip.NewReader 2025-12-26 21:42:24 +01:00
Filippo Valsorda c6deb4df97 age: add EncryptReader pull-based encryption API
Fixes #644
Fixes #654
Updates #638
2025-12-25 20:48:28 +01:00
Filippo Valsorda e2a7e73dd8 age: return better errors from Decrypt for scrypt identities 2025-12-23 14:28:05 +01:00
Filippo Valsorda 0f2c4c352f age: add NoIdentityMatchError.StanzaTypes field
For https://github.com/FiloSottile/age/issues/56#issuecomment-1962622903.
2025-12-23 13:13:03 +01:00
Filippo ValsordaandFilippo Valsorda 0c8a1361f0 age: use native identities first in Decrypt 2025-12-22 19:41:12 +01:00
Filippo Valsorda 947659672d age: add ExtractHeader, DecryptHeader, and NewInjectedFileKeyIdentity 2025-12-07 20:01:09 +01:00
Filippo Valsorda 4796037929 age,plugin: add RecipientWithLabels 2023-08-05 21:34:47 +02:00
Filippo Valsorda 69aa1694cf internal/testkit: new test framework 2022-06-15 18:53:07 +02:00
Eng Zer JunandGitHub 94aa5d24d2 all: move from io/ioutil to io and os packages (#353)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-18 12:06:22 -05:00
Filippo Valsorda 16eb6d3952 all: move copyright owners to AUTHORS file 2021-11-24 11:29:15 +01:00
Filippo Valsorda 50f73c5dcd age: clean up examples of hardcoded data 2020-09-20 12:57:16 +02:00
Filippo Valsorda 02338b203a age: replace ParseX25519Identities with ParseIdentities
The latter returns a []Identity that can be used with Decrypt directly.
2020-09-20 12:54:15 +02:00
Filippo Valsorda c99eebf03c age: add ParseX25519Identities and key management docs 2020-09-20 12:17:15 +02:00
Filippo Valsorda 2a6213fd1d age: move package from filippo.io/age/age to filippo.io/age 🤦‍♂️ 2020-06-27 22:06:32 -04:00