Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 22 May 2016 15:00:02 -0400
From: Scott Arciszewski <scott@...agonie.com>
To: discussions@...sword-hashing.net, passwords@...ts.openwall.com
Subject: Re: Verbify "password hash"

On Sun, May 22, 2016 at 2:54 PM, Scott Arciszewski <scott@...agonie.com> wrote:
>   * Symmetric-key cryptography
>     * Symmetric-key encryption
>       * encrypt
>   * decrypt
>     * Symmetric-key authentication
>    * auth
>    * validate
>   * Asymmetric-key cryptography
>     * Asymmetric-key encryption (wherein you encrypt with
>       $publicKey but can only decrypt with $secretKey)
>    * seal
>    * open
>     * Asymmetric-key authentication
>     * sign
>    * verify
>     * Key agreement
>    * exchange / agree / negotiate
>      (not sure which is easiest yet)
>     * Other cryptography
>    * Cryptographic hash functions
>      * hash
>    * Password hash functions
>         * ?????

Wow, that came out ugly.

   * Symmetric-key cryptography
     * Symmetric-key encryption
       * encrypt
       * decrypt
     * Symmetric-key authentication
       * auth
       * validate
   * Asymmetric-key cryptography
     * Asymmetric-key encryption (wherein you encrypt with
       $publicKey but can only decrypt with $secretKey)
       * seal
       * open
     * Asymmetric-key authentication
       * sign
       * verify
     * Key agreement
       * exchange / agree / negotiate
         (not sure which is easiest yet)
    * Other cryptography
      * Cryptographic hash functions
        * hash
      * Password hash functions
        * ?????

Hopefully this one renders better in plaintext.

Scott Arciszewski
Chief Development Officer
Paragon Initiative Enterprises <https://paragonie.com>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.