johnv18152367
22-07-2019
StringEncoder.java class in com.adobe.marketing.mobile:sdk-core library supports only SHA-1 and our company requires to have at least SHA-2 for encoding.
Thanks
CaliseCheung
Employee
Core SDK supports SHA-256. It only uses SHA-1 to persist the push token. All the others are using SHA-256. You can refer to CacheManger.java.
Regards,
Calise Cheung Mobile SDK TeamAdobe Experience Cloud
23-07-2019
Thank you Calise.
never-displayed