feat(list): added feature to list available algorithms via -L option #10

Merged
sezieru merged 1 commit from feature/list_algs into main 2025-10-17 11:59:12 +00:00
Owner

Added feature to list available algorithms via -L option, which also specifies algorithm support as:

  • ok
  • disabled
  • legacy
  • too-cheap
  • invalid
  • unknown

Example output:

default/best   : ok
md5crypt       : legacy
NT             : legacy
BSDi           : legacy
SunMD5         : legacy
sha1crypt      : legacy
sha256         : legacy
sha512         : ok
bcrypt         : ok
scrypt         : ok
gost-yescrypt  : ok
yescrypt       : ok
Added feature to list available algorithms via -L option, which also specifies algorithm support as: - ok - disabled - legacy - too-cheap - invalid - unknown Example output: ```shell default/best : ok md5crypt : legacy NT : legacy BSDi : legacy SunMD5 : legacy sha1crypt : legacy sha256 : legacy sha512 : ok bcrypt : ok scrypt : ok gost-yescrypt : ok yescrypt : ok ```
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fosster/rexcrypt#10
No description provided.