<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Folks, I have updated whisper or SecureSession to provide
      Java/Squeak/Pharo interoperability. I am no longer able to access
      the Cryptography repo so I cannot push code, but the squeak/pharo
      code is in the squeak-pharo directory in the whisper github
      project. Here is the GitPages link:
      <a class="moz-txt-link-freetext" href="https://robertwithers.github.io/whisper">https://robertwithers.github.io/whisper</a>, with all other links.<br>
    </p>
    <blockquote>
      <p>whisper is osi Layer 5 SecureSession with modern crypto:
        Java/Squeak/Pharo interoperability.
      </p>
      <ul>
        <li>flips normative osi layer 5 and 6 on its head: now, 5 is
          crypto and 6 is session state resumption</li>
        <li>3-way DH-2048/RSA-2048/RSAPublicKey ASN1DER encoding</li>
        <li>256-bit AES/CBC/PKCS7Padding, 128-bit IV, 160-bit SHA1
          E&amp;M</li>
        <li>PBEEncryptorAES-256 with PBKDF2WithHmacSHA1</li>
      </ul>
    </blockquote>
    <p>Rob<br>
    </p>
  </body>
</html>