如何在JavaScript中实现PBEWithMD5AndDES算法?

时间:2017-06-01 11:12:10

标签: javascript java angularjs algorithm encryption

我正在使用PBEWithMD5AndDES算法来加密/解密java中的字符串。

NSNumber * value = [NSNumber numberWithInt:UIInterfaceOrientationPortraitUpsideDown];
  [[UIDevice currentDevice] setValue:value forKey:@"orientation"];

我已经为这个算法定义了自己的盐。但是我想用JavaScript加密一些字符串。

我们可以在JavaScript中实现相同的算法(PBEWithMD5AndDES)吗?

1 个答案:

答案 0 :(得分:1)

您可以使用CryptoJS 这是URL https://github.com/sytelus/CryptoJS