News

Generally we need to encode the password in our applications for security purpose and we can use md5 for this purpose.example - in the below method i'm encoding sting by using md5import ...
When encoding Strings that have hyphens in them using the Encode#forJavaScript method, a backslash is prepended before the hyphen in the output of the encoded String. For example, Encode.forJavaScr ...