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

https://github.com/perez-herrera-luna/des-python

Data Encryption Standard (DES) 🔒 implemented in pure Python 🐍
https://github.com/perez-herrera-luna/des-python

data-encryption-standard encryption python

Last synced: about 1 year ago
JSON representation

Data Encryption Standard (DES) 🔒 implemented in pure Python 🐍

Awesome Lists containing this project

README

          

# DES-Python

![made-with-python](https://img.shields.io/badge/Made%20with-Python%203-1f425f.svg)
[![license: AGPL-3.0](https://img.shields.io/github/license/Perez-Herrera-Luna/DES-Python.svg)](https://github.com/Perez-Herrera-Luna/DES-Python/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![DES-Python](https://github.com/Perez-Herrera-Luna/DES-Python/actions/workflows/python-app.yml/badge.svg)](https://github.com/Perez-Herrera-Luna/DES-Python/actions/workflows/python-app.yml)
![Unmaintained](http://unmaintained.tech/badge.svg)

Data Encryption Standard (DES) implemented in pure Python