Skip to content

Instantly share code, notes, and snippets.

@BerkeSoysal
Last active January 5, 2022 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BerkeSoysal/ccafae4a798590b1ed053736c8f3d109 to your computer and use it in GitHub Desktop.
Save BerkeSoysal/ccafae4a798590b1ed053736c8f3d109 to your computer and use it in GitHub Desktop.
public class Base64 extends Hashed
{
public Base64()
{
this.passwordHasher = new Base64Hasher();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment