Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mghorbani2357/necrypt
Necrypt uses AES and RSA to present strong encryption method. It generates new cipher for each encryption with the same RSA and AES key.
https://github.com/mghorbani2357/necrypt
aes cryptography encryption-decryption file-encryption python python3 rsa
Last synced: 5 days ago
JSON representation
Necrypt uses AES and RSA to present strong encryption method. It generates new cipher for each encryption with the same RSA and AES key.
- Host: GitHub
- URL: https://github.com/mghorbani2357/necrypt
- Owner: mghorbani2357
- License: mit
- Created: 2021-02-02T17:14:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T18:22:02.000Z (over 3 years ago)
- Last Synced: 2024-10-12T00:27:24.381Z (2 months ago)
- Topics: aes, cryptography, encryption-decryption, file-encryption, python, python3, rsa
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
.. |license| image:: https://img.shields.io/pypi/l/necrypt
:target: https://pypi.python.org/pypi/necrypt
:alt: PyPI - License.. |quality| image:: https://app.codacy.com/project/badge/Grade/c94ddbddfcf74ac395b1648c7490a97c
:target: https://www.codacy.com/gh/mghorbani2357/Necrypt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mghorbani2357/Necrypt&utm_campaign=Badge_Grade
.. |downloadrate| image:: https://img.shields.io/pypi/dm/Necrypt
:target: https://pypistats.org/packages/necrypt
:alt: PyPI - Downloads
.. |downloads| image:: https://static.pepy.tech/personalized-badge/necrypt?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads
:target: https://pepy.tech/project/necrypt
.. |wheel| image:: https://img.shields.io/pypi/wheel/Necrypt
:target: https://pypi.python.org/pypi/Necrypt
:alt: PyPI - Wheel
.. |pypiversion| image:: https://img.shields.io/pypi/v/Necrypt
:target: https://pypi.python.org/pypi/Necrypt
:alt: PyPI
.. |format| image:: https://img.shields.io/pypi/format/Necrypt
:target: https://pypi.python.org/pypi/Necrypt
:alt: PyPI - Format.. |build| image:: https://travis-ci.org/mghorbani2357/Necrypt.svg?branch=main
:target: https://travis-ci.org/mghorbani2357/Necrypt.. |coverage| image:: https://app.codacy.com/project/badge/Coverage/c94ddbddfcf74ac395b1648c7490a97c
:target: https://www.codacy.com/gh/mghorbani2357/Necrypt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mghorbani2357/Necrypt&utm_campaign=Badge_Coverage*******
Necrypt
*******|license| |build| |quality| |coverage| |downloadrate| |downloads| |pypiversion| |format| |wheel|
Necrypt provides method which generate new cipher for each encryption.
Installation
============.. code-block:: bash
pip install necrypt