.gitignore COPYING ChangeLog MANIFEST.in NEWS README csv2pskc.py pskc2csv.py pskc2pskc.py setup.cfg setup.py tox.ini .github/workflows/test.yml docs/changes.rst docs/conf.py docs/csv2pskc.rst docs/encryption.rst docs/exceptions.rst docs/index.rst docs/mac.rst docs/policy.rst docs/pskc2csv.rst docs/pskc2pskc.rst docs/scripts.rst docs/signatures.rst docs/usage.rst docs/_templates/autosummary/module.rst pskc/__init__.py pskc/algorithms.py pskc/device.py pskc/encryption.py pskc/exceptions.py pskc/key.py pskc/mac.py pskc/parser.py pskc/policy.py pskc/serialiser.py pskc/signature.py pskc/xml.py pskc/crypto/__init__.py pskc/crypto/aeskw.py pskc/crypto/tripledeskw.py pskc/scripts/__init__.py pskc/scripts/csv2pskc.py pskc/scripts/pskc2csv.py pskc/scripts/pskc2pskc.py pskc/scripts/util.py python_pskc.egg-info/PKG-INFO python_pskc.egg-info/SOURCES.txt python_pskc.egg-info/dependency_links.txt python_pskc.egg-info/entry_points.txt python_pskc.egg-info/requires.txt python_pskc.egg-info/top_level.txt tests/test_actividentity.doctest tests/test_aeskw.doctest tests/test_csv2pskc.doctest tests/test_draft_hoyer_keyprov_portable_symmetric_key_container.doctest tests/test_draft_ietf_keyprov_pskc_02.doctest tests/test_draft_keyprov.doctest tests/test_encryption.doctest tests/test_feitian.doctest tests/test_invalid.doctest tests/test_mac.doctest tests/test_misc.doctest tests/test_multiotp.doctest tests/test_nagraid.doctest tests/test_pskc2csv.doctest tests/test_pskc2pskc.doctest tests/test_rfc6030.doctest tests/test_signature.doctest tests/test_tripledeskw.doctest tests/test_write.doctest tests/test_yubico.doctest tests/actividentity/test.pskcxml tests/certificate/README tests/certificate/ca-certificate.pem tests/certificate/ca-key.pem tests/certificate/certificate.pem tests/certificate/key.pem tests/certificate/request.pem tests/certificate/ss-certificate.pem tests/draft-hoyer-keyprov-portable-symmetric-key-container-00/non-encrypted.pskcxml tests/draft-hoyer-keyprov-portable-symmetric-key-container-00/password-encrypted.pskcxml tests/draft-hoyer-keyprov-portable-symmetric-key-container-01/non-encrypted.pskcxml tests/draft-hoyer-keyprov-portable-symmetric-key-container-01/password-encrypted.pskcxml tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/actividentity-3des.pskcxml tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/ocra.pskcxml tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/securid-aes-counter.pskcxml tests/draft-hoyer-keyprov-pskc-algorithm-profiles-01/totp.pskcxml tests/draft-ietf-keyprov-pskc-02/figure2.pskcxml tests/draft-ietf-keyprov-pskc-02/figure3.pskcxml tests/draft-ietf-keyprov-pskc-02/figure4.pskcxml tests/draft-ietf-keyprov-pskc-02/figure5.pskcxml tests/draft-ietf-keyprov-pskc-02/figure6.pskcxml tests/draft-ietf-keyprov-pskc-02/figure7.pskcxml tests/draft-ietf-keyprov-pskc-02/figure8.pskcxml tests/draft-ietf-keyprov-pskc-02/figure9.pskcxml tests/encryption/aes128-cbc-noiv.pskcxml tests/encryption/aes128-cbc.pskcxml tests/encryption/aes192-cbc.pskcxml tests/encryption/aes256-cbc.pskcxml tests/encryption/camellia128-cbc.pskcxml tests/encryption/camellia192-cbc.pskcxml tests/encryption/camellia256-cbc.pskcxml tests/encryption/kw-aes128.pskcxml tests/encryption/kw-aes192.pskcxml tests/encryption/kw-aes256.pskcxml tests/encryption/kw-camellia128.pskcxml tests/encryption/kw-camellia192.pskcxml tests/encryption/kw-camellia256.pskcxml tests/encryption/kw-tripledes.pskcxml tests/encryption/mac-over-plaintext.pskcxml tests/encryption/no-mac-key.pskcxml tests/encryption/tripledes-cbc.pskcxml tests/feitian/20120919-test001-4282.xml tests/feitian/file1.pskcxml tests/invalid/incomplete-derivation.pskcxml tests/invalid/mac-algorithm.pskcxml tests/invalid/mac-value.pskcxml tests/invalid/missing-encryption-method.pskcxml tests/invalid/missing-encryption.pskcxml tests/invalid/no-mac-method.pskcxml tests/invalid/not-boolean.pskcxml tests/invalid/not-integer.pskcxml tests/invalid/not-integer2.pskcxml tests/invalid/notxml.pskcxml tests/invalid/unknown-encryption.pskcxml tests/invalid/wrongelement.pskcxml tests/invalid/wrongversion.pskcxml tests/misc/SampleFullyQualifiedNS.xml tests/misc/checkdigits.pskcxml tests/misc/integers.pskcxml tests/misc/odd-namespace.pskcxml tests/misc/partialxml.pskcxml tests/misc/policy.pskcxml tests/multiotp/pskc-hotp-aes.txt tests/multiotp/pskc-hotp-pbe.txt tests/multiotp/pskc-totp-aes.txt tests/multiotp/pskc-totp-pbe.txt tests/multiotp/tokens_hotp_aes.pskc tests/multiotp/tokens_hotp_pbe.pskc tests/multiotp/tokens_ocra_aes.pskc tests/multiotp/tokens_ocra_pbe.pskc tests/multiotp/tokens_totp_aes.pskc tests/multiotp/tokens_totp_pbe.pskc tests/nagraid/file1.pskcxml tests/rfc6030/figure10.pskcxml tests/rfc6030/figure2.pskcxml tests/rfc6030/figure3.pskcxml tests/rfc6030/figure4.pskcxml tests/rfc6030/figure5.pskcxml tests/rfc6030/figure6.pskcxml tests/rfc6030/figure7.pskcxml tests/rfc6030/figure8.pskcxml tests/rfc6030/figure9.pskcxml tests/yubico/example1.pskcxml tests/yubico/example2.pskcxml tests/yubico/example3.pskcxml