PassPhrase (Longer password)

About

A passphrase is something you know and is like a password except:

  • it is longer (not always true)
  • it's not coupled to a login

In the early days passwords on Unix system were limited to 8 characters, so the term passphrase for longer passwords.

Longer is the password harder it is to guess.

Nowadays Unix systems use MD5 hashes which have no limitation in length of the input (ie password).

Management

Remove

See Management of a RSA Private Key in PEM format (OpenSSH)

To key

You can create a key from a passphrase by using a password-based key derivation function (kdf)

Documentation / Reference





Discover More
Public Key Crypto Pair Key Creation
Cryptographic - Private Key

This article talks the secret known as the private key in a asymmetric cryptographic scheme. A private key is a cryptographic key that is private (that you should be kept secret). This page is how...
Certificate Validity Period Not Before Not After Portecle
Cryptography Certificate - How to self-signed a Certificate (for a test or internal server)

When a certificate is used to sign itself, it is called a self signed certificate. All root CA certificates of the certificate chain are self signed. This article shows you how to create a self-signed...
400 Default Page No Required Ssl Certificate
How to configure certification based client authentication with Nginx ?

This article shows you how to configure a client authentication via the ownership of a certificat on a Nginx web server. The server should be already configured for HTTPS as client certificate (client...
Host Key Not Cached Putty
How to create a keypair with OpenSSH KeyGen?

Keygen is a OpenSSH tool that generates a new ssh keypair suitable for public key authentication Install OpenSsh Run ssh-keygen to create a keypair where: -t is the algorithm (implementation)...
Public Key Crypto Pair Key Creation
Management of a RSA Private Key in PEM format (OpenSSH)

This article is the management of a RSA implementation private key with OpenSSH (ie in a PEM format) For a pem private key (the openssh format), you use the genrsa utility to create a RSA private...
Gpg Kleopatra
Pgp (Pretty Good Privacy)

PGP (Pretty Good Privacy) (or OpenPGP) is a standard defined by 4880RFC4880 (OpenPGP Message Format) that define how to securely provide: electronic communications (email) and data storage services....
Porte Cle Keystore Pem
Privacy-Enhanced Mail (PEM) (OpenSsh format)

Privacy-Enhanced Mail (PEM) is a file formats for cryptographic material (key, certificate, ..). The PEM format is the DER format encoded in base64 with additional header and footer lines to be transported...
What is a Key Derivation function (KDF)?

Key derivation functions transform a password or passphrase into a key. The fastest function to transform a password into a key is to ignore the password and return the zero key. PBKDF2PBKDF2 (with...
Host Key Not Cached Putty
What is a SSH Authentication Agent?

An authentication agent is a ssh authentication component that serves private keys. It is a background process that stores your private keys in memory, already decoded. (an encrypted key will be first...
Public Key Crypto Pair Key Creation
What is a client certificate authentication ? (SSL/TLS Web)

Client certificate authentication is a certification based authentication mechanism where the client identifies itself to the server by sending a signed certificate. The server just needs to verify the...



Share this page:
Follow us:
Task Runner