Metadata-Version: 2.1
Name: digsec
Version: 0.7
Summary: dig like command line utility to understand DNSSEC
Home-page: https://github.com/metebalci/digsec
Author: Mete Balci
Author-email: metebalci@gmail.com
License: GPLv3
Description: # digsec
        
        [![Build Status](https://travis-ci.com/metebalci/digsec.svg?branch=master)](https://travis-ci.com/metebalci/digsec)
        
        dig like command line utility to understand DNSSEC.
        
        # Install
        
        `pip install digsec`
        
        # Usage
        
        Just run digsec to see options and help, or see this blog post https://metebalci.com/blog/a-minimum-complete-tutorial-of-dnssec/ .
        
        # Hints
        
        - digsec do not add DNS flags implicitly. You might need to use +rd (recursive desired) often.
        
        - see scripts/validate_second_level_domain.sh and run it to see a full validation.
        
        # Notes
        
        ECDSAP384SHA384, RSA-512 and SHA-384 support is not tested. If you know a domain using these algorithms, please let me know.
        
        # Release History
        
        0.7:
          - required packages (rsa and ecdsa) are updated to latest version
        
        0.6:
          - Socket timeout support and +timeout flag.
        
        0.5:
          - Preliminary support for ECDSAP384SHA384, RSA-512, SHA-384.
          - Server the DNS packet is sent is written under NETWORK COMMUNICATION line.
          - digsec version is written at first line in the output as digsec vX.
        
        0.4: 
          - ECDSAP256SHA256 implemented. 
          - @server option added. 
          - validate_second_level_domain.sh script added.
        
Keywords: DNSSEC
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
