You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An End-to-End Encrypted Chat App implemented using React for front-end and Flask backend. All encryption implemented using Subtle Crypto Javascript library
Implements the getToken() method from NextAuth.js in other languages. Example use case - Get the token payload of a JWE on a subdomain API server running Python.
A market exchange written in C to facilitate the buying and selling of products by traders. Simultaneous orders are correctly handled via signals, FIFO and a queue.