Klasse MD5

java.lang.Object
de.uplanet.security.MD5

@Deprecated @Scriptable public final class MD5 extends Object
Veraltet.
The MD5 hash function is not considered to be secure. It should not be used for cryptographic purposes.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    MD5()
    Veraltet.
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static String
    hash(byte[] p_buf)
    Veraltet.
    Hashes the given String using the SHA-1 algorithm.

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • MD5

      public MD5()
      Veraltet.
  • Methodendetails

    • hash

      public static String hash(byte[] p_buf)
      Veraltet.
      Hashes the given String using the SHA-1 algorithm.
      Parameter:
      p_buf - The data to be hashed.
      Gibt zurück:
      The hashed string.