Search:

Type: Posts; User: Djinn

Search: Search took 0.09 seconds.

  1. Re: Setting up a SHA-256 hash for multiple passwords

    Gotcha. Many thanks.
  2. Re: Setting up a SHA-256 hash for multiple passwords

    I thought may Iteration through a Hash map may be the answer for looping I needed, but in looking through example code and reading the site below:...
  3. Setting up a SHA-256 hash for multiple passwords

    Here is an example of SHA-256 hash coding one can find anywhere on the web:

    import java.security.MessageDigest;

    public class SHAHashingExample
    {
    public static...
Results 1 to 3 of 4