git checkout -b <branchname>
git add
git commit -m "description of changes"
| import java.security.MessageDigest | |
| import java.util | |
| import javax.crypto.Cipher | |
| import javax.crypto.spec.SecretKeySpec | |
| import org.apache.commons.codec.binary.Base64 | |
| /** | |
| * Sample: | |
| * {{{ | |
| * scala> val key = "My very own, very private key here!" |