Class Md5Encrypter

java.lang.Object
com.gigaspaces.security.encoding.md5.Md5Encrypter

public class Md5Encrypter extends Object
Uses MessageDigest which provides applications the functionality of a message digest algorithm, such as MD5. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
Since:
7.0.1
Author:
Moran Avigdor
  • Constructor Details

    • Md5Encrypter

      public Md5Encrypter()
  • Method Details

    • encrypt

      public String encrypt(String raw)
      Encrypts the raw String using the MD5 algorithm.
      Parameters:
      raw - a raw String to encrypt