nacl / pynacl — Easy Playground
Python bindings for libsodium: modern crypto primitives
Getting started with nacl / pynaclRun locally
Install
pip install pynaclPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: nacl / pynacl)
nacl / pynacl is a third-party package. Python bindings for libsodium: modern crypto primitives. Install with: pip install pynacl
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?