Skip to content

feat: add more encodings#10

Merged
Eun merged 1 commit intomasterfrom
add-more-encodings
Apr 14, 2023
Merged

feat: add more encodings#10
Eun merged 1 commit intomasterfrom
add-more-encodings

Conversation

@Eun
Copy link
Owner

@Eun Eun commented Apr 14, 2023

Description

Problem

The default encoding (in openssh) switched from hex to base64.

Solution

Add base32 & base64 encoding.

Notes

The format parameter has been removed, there are now two new parameters:

  1. encoding which controls the encoding (hex, base32, base64)
  2. algorithm which controls which hash algorithm should be used (sha1, sha256, md5, authorized_keys)

Notice that for authorized_keys the encoding is not valid.

@Eun Eun merged commit a8b5188 into master Apr 14, 2023
@Eun Eun deleted the add-more-encodings branch April 14, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant