Password encryption using javascript -
this question has answer here:
- how can encode string base64 in javascript? 20 answers
i need encrypt password using base 64. how can in javascript?
base64 method encode data , not encryption technique. if still approach want take here javascript library work: https://github.com/mshang/base64-js
there built in method in mozilla , web kit browsers called btoa():
Comments
Post a Comment