Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

word array to string cryptojs

var hash = CryptoJS.SHA256("Message");
alert(hash.toString(CryptoJS.enc.Base64));
alert(hash.toString(CryptoJS.enc.Hex));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #word #array #string #cryptojs
ADD COMMENT
Topic
Name
4+5 =