MCPcopy Create free account
hub / github.com/TrsstProject/trsst / decryptAES

Method decryptAES

src/main/java/com/trsst/Crypto.java:115–118  ·  view source on GitHub ↗
(byte[] input, byte[] key)

Source from the content-addressed store, hash-verified

113 }
114
115 public static byte[] decryptAES(byte[] input, byte[] key)
116 throws InvalidCipherTextException {
117 return _cryptBytesAES(input, key, false);
118 }
119
120 // h/t Steve Weis, Michael Rogers, and liberationtech
121 private static byte[] _cryptBytesAES(byte[] input, byte[] key,

Callers 1

decryptElementAESMethod · 0.95

Calls 1

_cryptBytesAESMethod · 0.95

Tested by

no test coverage detected