View Issue Details

IDProjectCategoryView StatusLast Update
0008951Kali LinuxNew Tool Requestspublic2024-10-25 14:50
Reportermalic1tus Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008951: NyxCrypta is a Python-based hybrid cryptography library that combines RSA and AES encryption to secure data efficiently. It feat
Description

[Author]: Division of Cyber Anarchy (Malic1tus, Calypt0sis, NyxCrypta, ViraL0x)
[Licence]: MIT License
[Description]: NyxCrypta is a hybrid Python cryptography library combining RSA and AES to secure data efficiently. It offers an intuitive command-line interface with three configurable security levels.
[Dependencies]:
cryptography>=3.3.2
argon2-cffi>=20.1.0
cffi>=1.0.0
[Similar tools]: OpenSSL, PyCryptodome, GPG
[Activity]: The project is active. Version 1.1.1 is the latest, and the GitHub repository is maintained.
[How to install]:
Via pip: pip install NyxCrypta
[How to use]: Some basic commands to demonstrate how to use the tool:
Key generation: nyxcrypta keygen -o ./keys -p "strong_password"
Encryption: nyxcrypta encrypt -i secret.txt -o encrypted.nyx -k ./keys/public_key.pem
Decryption: nyxcrypta decrypt -i encrypted.nyx -o decrypted.txt -k ./keys/private_key.pem -p "strong_password"
[Packaged]: No, it is not yet packaged for Debian.

Issue History

Date Modified Username Field Change
2024-10-08 18:53 malic1tus New Issue
2024-10-25 14:50 g0tmi1k Note Added: 0019971