storejs md5 javascript libs

1037
4
Jump to solution
07-28-2016 09:10 AM
Alexwang
Occasional Contributor II

I am looking at the codes for a widget developed by others. it uses storejs and md5 javascript libs. can anybody tell me what these libs are used for? any online sources with good introduction are greatly appreciated.

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Alex,

MD5 is for encoding data and storejs is for local storage of data on the client for browsers that do not support local storage.

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Alex,

MD5 is for encoding data and storejs is for local storage of data on the client for browsers that do not support local storage.

0 Kudos
Alexwang
Occasional Contributor II

Thanks Robert. can you please provide any online resource links for details about these libs? Appreciate it!

0 Kudos
Alexwang
Occasional Contributor II

Perfect!!!

0 Kudos