79754879

Date: 2025-09-03 16:53:09
Score: 1
Natty:
Report link

https://github.com/vuthaiduy1990/android-wind-library/wiki/Crypto

This Android library supports some crypto methods and is very well-documented.

For example:

String seed = "v56JBdk75^&*GU156OJ^*(x"; 
byte[] secretKey = CWCryptoUtils.generateSymmetricKey(seed, 16).getEncoded();
String originText = "Color the wind";
byte[] encrypted = CWCryptoUtils.encrypt(secretKey, CWStreamUtils.stringToBytes(originText));
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vu Thai Duy