filestack / filestack-java

Official Java SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://filestack.com
Apache License 2.0
18 stars 21 forks source link

Remove Guava dependency #71

Closed scana closed 6 years ago

scana commented 6 years ago

-- Base64 encoding via Okio -- MD5 hashing via MessageDigest -- HmacSHA256 via Mac

All of those algorithms are available at Android API >1