Skip to content

feat: add more encodings #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2023
Merged

feat: add more encodings #10

merged 1 commit into from
Apr 14, 2023

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