Skip to content

Instantly share code, notes, and snippets.

@andiisfh
andiisfh / material text sizes.md
Created June 19, 2017 05:10 — forked from passsy/material text sizes.md
Material font sizes
public static void main(String[] args) {
String data = "andiisfh@gmail.com|Andi Insanudin|" + String.valueOf(System.currentTimeMillis() / 1000);
String key = "social_login";
URLEncoder.encode(encryption(data, key), "UTF-8")
}
public String encryption(String word, String key) throws Exception {
byte[] ivBytes;
String password = key + "clientAPIjakpost034535";