Download List

Projeto Descrição

A reasonable way to achieve a long term backup of
OpenPGP (GnuPG, PGP, etc) keys is to print them
out on paper. Due to metadata and redundancy,
OpenPGP secret keys are significantly larger than
just the "secret bits". In fact, the secret key
contains a complete copy of the public key. Since
the public key generally doesn't need to be backed
up in this way (most people have many copies of it
on various keyservers, Web pages, etc), only
extracting the secret parts can be a real
advantage. Paperkey extracts just those secret
bytes and prints them. To reconstruct, you
re-enter those bytes (whether by hand or via OCR),
and paperkey can use them to transform your
existing public key into a secret key.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-05 06:44
1.3

Esta versão adiciona suporte para chaves de curva elíptica de OpenPGP (ECDH e ECDSA) conforme especificado no RFC 6637.
Ele usa a codificação de pacotes de OpenPGP mínima. Isso não afeta a funcionalidade, mas torna mais provável que uma determinada chave corresponderá byte a byte a mesma chave, depois de correr através de paperkey.
This release adds support for OpenPGP elliptic curve keys (ECDH and ECDSA) as specified in RFC 6637.
It uses minimal OpenPGP packet encoding. This does not affect functionality, but makes it more likely that a given key will match byte-for-byte the same key after running through paperkey.

2009-10-15 15:26
1.2

Arquivos de saída são gerados com permissões mais restritivas. Documentação mudanças menores foram feitas. gnulib foi atualizada.
Tags: Minor bugfixes
Output files are now generated with more restrictive permissions. Minor documentation changes were made. gnulib was refreshed.

2009-02-14 07:03
1.1

A minor bugfix para plataformas Windows. As instruções sobre como restaurar uma chave sem o programa paperkey são um pouco mais claro.
Tags: Minor bugfixes
A minor bugfix for Windows platforms. The instructions on how to restore a key without the paperkey program are a bit clearer.

2009-01-22 23:51
1.0

Pequenas mudanças de documentação e construção foram feitas. O programa agora pode ser cruzada compilados para Win32. Uma atualização gnulib foi feito.
Tags: Documentation
Minor documentation and build changes were made.
The program can now be cross compiled for Win32. A
gnulib refresh was done.

2008-02-01 19:23
0.8

O formato do arquivo é agora incluído como parte da saída Base16, como não há garantia de que este programa será na mão quando a reconstrução é necessária. O formato pode ser apresentada através do arquivo - comando de formato. Algumas correções (na verdade a gnulib, mas pertinente aqui também) foram feitas para o SHA-1 código em plataformas que exigem alinhado acesso. Uma opção novo comentário - acrescenta comentários à saída Base16.
Tags: Minor feature enhancements
The file format is now included as part of the
base16 output, as there
is no guarantee that this program will be on-hand
when a reconstruction
is necessary. The format can also be displayed via
the --file-format
command. Some bugfixes (actually to gnulib, but
relevant here as well)
have been made to the SHA-1 code on platforms that
require aligned
access. A new --comment option adds comments to
the base16 output.

Project Resources