google-code-export / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
1 stars 1 forks source link

User data must be base64 using URL SAFE #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the source code (Jec2.java:1360), there is:

Base64.encodeBase64(keyMaterial.getBytes()) instead of using 
encodeBase64URLSafe().

Original issue reported on code.google.com by munda.sa...@gmail.com on 25 Jul 2012 at 2:31