Skip to content

Instantly share code, notes, and snippets.

@RyuzakiKK
RyuzakiKK / PrintNoteCryptDB.java
Last active May 24, 2017 15:52
Supposed to print NoteCrypt Database. Mostly copy/paste from "notecrypt/utils"
package com.notecrypt.utils;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.security.spec.InvalidKeySpecException;