MCPcopy Create free account
hub / github.com/SPLWare/esProc / AESEncrypt

Class AESEncrypt

src/main/java/com/scudata/expression/fn/string/AESEncrypt.java:26–257  ·  view source on GitHub ↗

aes(input, key, iv; charset) AES加密/解密 parament input 输入,blob或者String parament key 密码,与输入统一 parament iv 初始化变量,与输入统一 parament charset 字符编码,如果input/key/iv为字符串时使用,默认为utf8 选项@d 解密,默认执行加密 选项@c CBC(Cipher Block Chaining)模式,默认使用ECB(Electronic Codebook)模式 选项@n 填充模式NoPadding,缺省PKCS5Padding 返回,input为字符串时返回字符

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.95

Tested by

no test coverage detected