- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUnicodeText (0.05 sec)
-
src/test/java/org/codelibs/core/crypto/CachedCipherTest.java
final String encrypted = cipher.encryptText(original); final String decrypted = cipher.decryptText(encrypted); assertThat(decrypted, is(original)); } @Test public void testUnicodeText() { final CachedCipher cipher = new CachedCipher(); cipher.setKey("mySecretKey"); final String original = "Hello 世界 مرحبا мир"; final String encrypted = cipher.encryptText(original);
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 5.3K bytes - Viewed (0)