Class Toolbox

java.lang.Object
net.overburn.redfort.util.Toolbox

public class Toolbox extends Object
ToolBox to share common utils across Scrambler and Key Derivation Implementations
  • Field Details

  • Method Details

    • encode

      public static String encode(byte[] raw)
    • decode

      public static byte[] decode(String raw)
    • encodeCipherText

      public static String encodeCipherText(byte[] cipherBytes, byte[] ivBytes)
    • decodeCipherText

      public static byte[] decodeCipherText(String raw)
    • getRandomBitGenerator

      public static SecureRandom getRandomBitGenerator()
      Generate Secure Random Numbers based on NIST Recommendations. - Venky For further info look:
      See Also: