public interface EncryptAlgorithmApi
可根据自身需要自定义实现,默认实现为AES
String
decrypt(String cipher)
encrypt(String encryptedData)
String encrypt(String encryptedData)
encryptedData
String decrypt(String cipher)
cipher
Copyright © 2022. All rights reserved.