On Aug 10, 2016 15:15, "Shafi Upwork" <upworkshafi@gmail.com> wrote:
>
> I was working Base64 Decode and Encode
> I realize how it could be if we add a password with it?
> we use
>
> $string = 'i am trying to do something';
> $encode = base64_encode($string ,'mypassword');
>
> $decode = base64_decode($str, 'mypassword');
> so if password match then we will get result or not.. just another level
of
> security..
Seems like this should be an rfc with discussion before requesting a vcs
account.