Skip to content

Instantly share code, notes, and snippets.

View cheenamalhotra's full-sized avatar

Cheena Malhotra cheenamalhotra

View GitHub Profile
@cheenamalhotra
cheenamalhotra / git_cheat-sheet.md
Created September 16, 2019 04:42 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet
@cheenamalhotra
cheenamalhotra / HashBenchmark.java
Created June 8, 2018 23:25 — forked from ecki/HashBenchmark.java
JMH Test Crypt Hash Performance
package net.eckenfels.test.jmh;
import java.nio.ByteBuffer;
import java.security.InvalidKeyException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.concurrent.TimeUnit;
import javax.crypto.KeyGenerator;