Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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