View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000462 | file | General | public | 2023-06-24 17:05 | 2023-07-17 16:42 |
Reporter | dzwdz | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.45 | ||||
Summary | 0000462: support for the age, scrypt file encryption tools | ||||
Description | https://age-encryption.org http://www.tarsnap.com/scrypt.html This is my first contribution, I hope I didn't mess anything up ^^ | ||||
Tags | No tags attached. | ||||
|
crypto (625 bytes)
# http://www.tarsnap.com/scrypt.html # see scryptenc_setup() in lib/scryptenc/scryptenc.c 0 string scrypt\0 scrypt encrypted file >7 byte x \b, N=2**%d >8 belong x \b, r=%d >12 belong x \b, p=%d # https://age-encryption.org/ # Only the first recipient is printed in detail to prevent repetitive output # in extreme cases ("ssh-rsa, ssh-rsa, ssh-rsa, ..."). 0 string age-encryption.org/v1\n age encrypted file >25 regex/128 \^[^\ ]+ \b, %s recipient >>25 string scrypt >>>&0 regex/64 [0-9]+\$ (N=2**%s) >>&0 search/256 \n->\ \b, among others 0 string -----BEGIN\ AGE\ ENCRYPTED\ FILE----- age encrypted file, ASCII armored |
|
Added, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-06-24 17:05 | dzwdz | New Issue | |
2023-06-24 17:05 | dzwdz | File Added: crypto | |
2023-07-17 16:41 | christos | Assigned To | => christos |
2023-07-17 16:41 | christos | Status | new => assigned |
2023-07-17 16:42 | christos | Status | assigned => resolved |
2023-07-17 16:42 | christos | Resolution | open => fixed |
2023-07-17 16:42 | christos | Fixed in Version | => 5.45 |
2023-07-17 16:42 | christos | Note Added: 0003961 |