我正在使用PBEWithMD5AndDES算法来加密/解密java中的字符串。
NSNumber * value = [NSNumber numberWithInt:UIInterfaceOrientationPortraitUpsideDown];
[[UIDevice currentDevice] setValue:value forKey:@"orientation"];
我已经为这个算法定义了自己的盐。但是我想用JavaScript加密一些字符串。
我们可以在JavaScript中实现相同的算法(PBEWithMD5AndDES)吗?