lokdon_sdk
library
Functions
-
decryptFile(File fis, String key, String outputFilePat)
→ File
-
this handles file decryption
@param fis
@return encryptedText
@throws Exception
-
decryptPassword(String encrypted)
→ String
-
this handles password decryption
@param context
@param encrypted
@return
@throws Exception
-
decryptPayload(String cipherText)
→ String
-
-
decryptSmsCash({required String encryptCashTextSms, required String encryptM3pin, required String encryptSessionId})
→ String
-
this handles sms and cash decryption
@param context
@param encrypt_cash_text_sms
@param encrypt_m3pin
@param encrypt_session_id
@return
@throws Exception
-
decryptString(String cipher)
→ String
-
this handles general string decryption like name, email and phone number
@param encrypted
@return plainText
@throws Exception
-
encryptFile(File fis, String key, String outputFilePat)
→ File
-
this handles file encryption
@param fis
@param key
@param outputFilePath
@return encryptedText
@throws Exception
-
encryptPassword(String plainText, {int mode = 1})
→ String
-
this handles password encryption
-
encryptPayload(String data)
→ String
-
-
encryptSmsCash({required String cashTextSms, required String m3pin, required String sessionId})
→ String
-
this handles sms and cash encryption
@param context
@param cash_text_sms
@param m3pin
@param session_id
@return
@throws Exception
-
encryptString(String data)
→ String
-
this handles general string encryption like name , email and phone number