Skip to content

Instantly share code, notes, and snippets.

View toanlc0912's full-sized avatar

Toàn Lư toanlc0912

  • Hansen Technologies
  • Hồ Chí Minh, Việt Nam
View GitHub Profile
@rbrick
rbrick / JavaPGP.java
Created January 20, 2016 20:57
Simple Java implementation of PGP (Pretty Good Privacy)
import javax.crypto.Cipher;
import java.nio.ByteBuffer;
import java.security.GeneralSecurityException;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.NoSuchAlgorithmException;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.security.SecureRandom;
@teppeis
teppeis / jquery-release-notes.md
Last active November 21, 2022 16:10
jQuery Release Notes