Commit 6f05e5b4 authored by wanglei's avatar wanglei

...

parent 856abcab
......@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object AESHelper {
private const val aesKey = "3gc80cyje9399gwp"
private const val aesKey = "pex50vwzuhpim3yh"
private val cipher by lazy {
Cipher.getInstance("AES/GCM/NoPadding")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment