geir54 / android-sqrl

android implementation of steve gibsons sqrl authentication
GNU General Public License v3.0
66 stars 16 forks source link

base64url #2

Open geir54 opened 11 years ago

geir54 commented 11 years ago

The project should use base64url instead of base64

dazoe commented 11 years ago

You can use

Base64.encodeToString(publicKey, Base64.URL_SAFE | Base64.NO_PADDING);