Package org.cryptacular.generator.sp80038a


package org.cryptacular.generator.sp80038a
  • Classes
    Class
    Description
    Uses a BigInteger to back a counter in order to produce nonces of arbitrary length.
    Nonce generation strategy that produces a random value according to NIST SP-800-38a, appendix C, method 1 (encrypted nonce), suitable for use with any block cipher mode described in that standard except OFB.
    Simple counter nonce that uses a long integer counter internally and produces 8-byte nonces.
    Nonce generation strategy that produces a random value according to NIST SP-800-38a, appendix C, method 2 (random number generator), suitable for use with any block cipher mode described in that standard except OFB.