Skip to content

πŸ” Wrap PEM files using RSAES-OAEP with SHA-256 + AES-KWP

License

Notifications You must be signed in to change notification settings

smallstep/pem-key-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” pem-key-wrap

Wrap keys from a PEM file using RSAES-OAEP with SHA-256 + AES-KWP, the same as the PKCS #11 key wrapping algorithm CKM_RSA_AES_KEY_WRAP.

This tool can be used for example for importing to Google's KMS or Microsoft Azure's Key Vault.

Install

go install github.com/smallstep/pem-key-wrap@latest

Usage

pem-key-wrap --out wrapped.key priv.pem wrapping.pub

About

πŸ” Wrap PEM files using RSAES-OAEP with SHA-256 + AES-KWP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages