Skip navigation links
A D G H I P S 

A

add(String) - Method in class pet.orca.saph.Saph
Encodes the given string to UTF-8 and adds it to the Saph hash.
add(byte[]) - Method in class pet.orca.saph.Saph
Adds the given part to the Saph hash.
add(byte[], int, int) - Method in class pet.orca.saph.Saph
Adds a chunk of the given buffer as a part of the Saph hash.
add(ByteBuffer) - Method in class pet.orca.saph.Saph
Adds the given part to the Saph hash.

D

DEFAULT_ITERATIONS - Static variable in class pet.orca.saph.Saph
Default number of iterations.
DEFAULT_MEMORY_SIZE - Static variable in class pet.orca.saph.Saph
Default memory size, in 64-byte blocks.

G

getHash() - Method in class pet.orca.saph.Saph
Returns the calculated hash.
getIterations() - Method in class pet.orca.saph.Saph
Returns the configured number of iterations.
getMemorySize() - Method in class pet.orca.saph.Saph
Returns the configured memory size, in 64-byte blocks.

H

hash() - Method in class pet.orca.saph.Saph
Calculates and returns the hash for the parts.

I

isCalculated() - Method in class pet.orca.saph.Saph
Returns true if the hash has been already calculated.

P

pet.orca.saph - package pet.orca.saph
Stupid Algorithm for Password Hashing.

S

Saph - Class in pet.orca.saph
Saph hasher.
Saph() - Constructor for class pet.orca.saph.Saph
Creates a new instance with default memory and iteration count.
Saph(int, int) - Constructor for class pet.orca.saph.Saph
Creates a new instance with the specified memory and iterations count.
A D G H I P S 
Skip navigation links

Copyright © 2019. All rights reserved.