47. Bibliography and Source Resources
This section contains references to external resources used in the development of wFabricSecurity.
47.1. Official Documentation
47.1.1. Hyperledger Fabric
Hyperledger Fabric Documentation - Official documentation for Hyperledger Fabric
Fabric SDK Python - Python SDK for Fabric
Fabric Chaincode Development - Chaincode development guide
47.1.2. Python Documentation
Python Official Documentation - Python language documentation
Python Packaging Guide - Package development best practices
PEP 8 Style Guide - Python code style guidelines
47.2. Cryptography
cryptography Library - Python cryptography library documentation
ECDSA Algorithm - Wikipedia article on ECDSA
SHA-2 Family - SHA-256 and SHA-512 algorithms
47.3. Security Standards
NIST Zero Trust Architecture - NIST SP 800-207 Zero Trust Architecture
OWASP Top Ten - Web application security risks
47.4. Code Quality Tools
Sphinx Documentation - Python documentation generator
Black Code Formatter - Python code formatter
Pylint - Python linter
pytest - Python testing framework
47.6. Research Papers
Johnson, D., Menezes, A., & Vanstone, S. (2001). The Elliptic Curve Digital Signature Algorithm (ECDSA). International Journal of Information Security.
Wang, X., Yin, Y. L., & Yu, H. (2005). Finding Collisions in the Full SHA-1. Advances in Cryptology - CRYPTO 2005.
Chadwick, D. W. (2009). X.509 v3 certificates. In Encyclopedia of Database Systems.
47.8. License
This project is licensed under the MIT License.
MIT License
Copyright (c) 2026 William Rodriguez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.