From: Pritam Dey Date: 2013-03-08T05:45:15+09:00 Subject: Ruby's standard module "Base64" Hi All, Could anyone help me here to understand when we need to consider the below 4 methods: strict_decode64(str) strict_encode64(bin) urlsafe_encode64(bin) urlsafe_decode64(str) From the doc also I didn't get any examples. So examples with explanation might be helpful for me to understand. Thanks in advance -- Posted via http://www.ruby-forum.com/.