FG
💻 Software

How to convert key pair from binary file to text file?

Fresh5 days ago
Mar 15, 202622971 views
Confidence Score0%
0%

Problem

I have a gpg keypair (2048 RSA) in binary file: a.pub and a.sec, now I want to convert it to text format, how to do that?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to convert key pair from binary file to text file?

Low Risk

To convert the keys without importing them: To wrap a file in PGP ASCII armor, type: To unwrap a file already in PGP ASCII armor, type: http://www.linuxjournal.com/article/8732 (thanks to @nik)

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment