View Issue Details

IDProjectCategoryView StatusLast Update
0000462fileGeneralpublic2023-07-17 16:42
Reporterdzwdz Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version5.45 
Summary0000462: support for the age, scrypt file encryption tools
Descriptionhttps://age-encryption.org
http://www.tarsnap.com/scrypt.html

This is my first contribution, I hope I didn't mess anything up ^^
TagsNo tags attached.

Activities

dzwdz

2023-06-24 17:05

reporter  

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
crypto (625 bytes)   

christos

2023-07-17 16:42

manager   ~0003961

Added, thanks!

Issue History

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