i have a problem with AES encryption the key i have is based 64 string , the data encrypted wrong
问题 I've array of objects , each object may have these :[ "id", "start_long", "start_lat", "start_date", "type", "second_user_id", "end_long", "end_lat", "end_date", "feedback"] when i try to decode a based64String , I get nil , I've tried to use CryptoSwift , RNCryptor I want to pass 64based string the key ass method key key : tK5UTui+DPh8lIlBxya5XVsmeDCoUl6vHhdIESMB6sQ= 回答1: AES Encryption / Decryption using base64 key, salt and iv (Initialization Vector). 1) Import CommonCrypto. This is Apple