pydoc > nacl

📛 NAME

nacl

🚀 Quick Reference

Use CaseCommandDescription
🔐 Secret-key encryptionfrom nacl.secret import SecretBoxEncrypt/decrypt using symmetric keys
🔑 Public-key encryptionfrom nacl.public import PrivateKey, PublicKey, BoxBox encryption with Curve25519+XSalsa20-Poly1305
✍️ Digital signaturesfrom nacl.signing import SigningKey, VerifyKeyEd25519 signing and verification
🔒 Password hashingfrom nacl.pwhash import argon2i, argon2id, scryptMemory-hard password hashing
🧂 Cryptographic hashingfrom nacl.hash import sha256, sha512, blake2bGeneral-purpose hash functions
⚙️ Low-level bindingsfrom nacl.bindings import crypto_box, crypto_secretboxDirect libsodium C API access

📖 DESCRIPTION

# Copyright 2013 Donald Stufft and individual contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

📦 PACKAGE CONTENTS

📊 DATA

🔢 VERSION

1.5.0

👥 AUTHOR

The PyNaCl developers

📁 FILE

/usr/lib/python3/dist-packages/nacl/__init__.py

nacl
📛 NAME 🚀 Quick Reference 📖 DESCRIPTION 📦 PACKAGE CONTENTS 📊 DATA 🔢 VERSION 👥 AUTHOR 📁 FILE

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 11:12 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format