On Mon, Mar 4, 2013 at 1:54 PM, larry google groups <
lawrencecloj...@gmail.com> wrote:

>
> PasswordDigest="r+HWjSAk8AUvo/QmKKfbqQFnJ18="
> Nonce="NmQxNGUwZjVlMjFhYjE1MzQ4MjUxYTA1MTg1YzE3ZTg="
>
> The developer at Omniture reminded me of the characters allowed into
> Base64:
>
> "  You can tell a given string is base64 encoded because it can only
> have 64 specific characters in the string:
> A-Z
> a-z
> 0-9
> +
> /
> That's 26 + 26 + 10 + 2 = 64
> http://en.wikipedia.org/wiki/Base64    "
>
>
> I assume that means that if I see a "=" in the string, then it is not
> really Base64 encoded?
>
>
Every Base64 encoded string I've ever seen ends with at least one "=". I
believe it's used for padding.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to