Home  >  Article  >  Web Front-end  >  Detailed introduction to crypto-js

Detailed introduction to crypto-js

巴扎黑
巴扎黑Original
2017-06-10 17:34:295133browse

Recently, I used PHP to build an HTML5 website for online streaming of movies/TV series. I used PHP’s curl for real-time crawling. I encountered a problem with JS encryption, so Google solved it, and I came up with this article. Summarize. Yibo Advertising personal homepage: www.linganmin.cn Movie station address: www.ifilm.ltd Let’s first talk about js encryption based on crypto-js. CryptoJS is an encryption library written in pure javascript. His GitHub warehouse address is github.com/ brix/crypt...We need to reference the js file when using it. For convenience, I quoted the code on the link on the CDN