Skip to content

Instantly share code, notes, and snippets.

@danielgracia
Created September 11, 2014 02:33
Show Gist options
  • Save danielgracia/02344ead3c26f1f11c65 to your computer and use it in GitHub Desktop.
Save danielgracia/02344ead3c26f1f11c65 to your computer and use it in GitHub Desktop.
Everybody did that once
package persistence.utility;
public class Cripto {
public static String encodeString(String s){
//TODO: encode password here
return s;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment