pqcrypt
pqcrypt copied to clipboard
PQcrypt : The post-quantum cryptography tool.
We must review if we are explaining better what PQcrypt is and how it might be useful to people , Also currently Image of pqcrypt tool shown in readme is...
Currently none of AEAD ciphers in cryptography package support key commitment , but key commitment is a good to have property refer discussions on https://crypto.stackexchange.com/questions/88716/understanding-the-impact-of-partitioning-oracle-attacks-on-stream-ciphers and https://crypto.stackexchange.com/questions/6075/is-encrypthmac-stronger-than-aead?noredirect=1&lq=1 I strongly believe...
Need to create python virtual environment as in install.sh to ensure run.sh works properly.
We need to create virtual environment and install required packages in virtual environment , need to modify fedora_install.sh and fedora_run.sh accordingly. we can use build.sh and run.sh as reference.
Since PQcrypt is a rolling release software based on liboqs , maybe as soon as we git clone liboqs locally during installation we must run a sha512 hash over the...
Currently, the README is only available in English, limiting the project's reach to a specific audience. The README.md file serves as a project's introduction, providing essential information to developers and...
We must adopt a more mature library like symcrypt of Microsoft which now has post quantum crypto support.