Tutorials and workshops #
As long as it remains feasible, we’ll be accumulating the list of all our tutorials on how to use Themis in different cases here.
-
Building end-to-end encrypted notes in Bear app: real-world story on helping Bear.app to implement note encryption for their vast existing user base.
-
Building end-to-end encrypted Firebase-based application for note sharing: build a bullet-proof application for when using backend-as-a-service which can’t be fully trusted.
-
Key management basics for iOS illustrates numerous ways to store keys (API tokens, user passwords) using obfuscation and encryption techniques.
-
Releasing Themis into public: usability testing provides some explanation of how to use Secure Message for iOS and Python. Go directly into the corresponding GitHub repository to play with code.
-
Building encrypted chat service with Themis and mobile websocket example outlines the stages necessary to build an encrypted chat service around Ruby websocket server with clients in iOS and Android. Here’s the GitHub repository with all the code.