-
Tobi authored
- Replace "openssl-encrypt" with "openssl_encrypt" in URLs - Update all Python command examples to use module import format - Change "python crypt.py" to "python -m openssl_encrypt.crypt" - Change "python crypt_gui.py" to "python -m openssl_encrypt.crypt_gui"
🤖 Generated with [Claude Code](https://claude.ai/code ) Co-Authored-By:Claude <noreply@anthropic.com>
Tobi authored- Replace "openssl-encrypt" with "openssl_encrypt" in URLs - Update all Python command examples to use module import format - Change "python crypt.py" to "python -m openssl_encrypt.crypt" - Change "python crypt_gui.py" to "python -m openssl_encrypt.crypt_gui"
🤖 Generated with [Claude Code](https://claude.ai/code ) Co-Authored-By:Claude <noreply@anthropic.com>
Loading