Closed bsdayo closed 1 year ago
As a preview:
Patch coverage: 60.65%
and project coverage change: -3.28%
:warning:
Comparison is base (
ab53268
) 95.71% compared to head (8c728c3
) 92.43%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I learned Rust from scratch and implemented the features I mentioned in #88. π
There's a breaking change I made, to replace the passphrase field (Passphrase: _____) with encryption time (Encrypted at XXXX) by default. The passphrase field can be restored with
-P
option.The reason I made this decision is that I think the vast majority of people don't write their passphrase directly on paper, resulting in wasted space being taken up. If you have any comments about this, please communicate with me.
Options added:
-c, --center
- Center all text-P, --passphrase-field
- Display passphrase field instead of timeCloses #88