Metadata-Version: 2.2
Name: gridenc
Version: 0.1.2
Summary: A package to Encrypt and Decrypt a string through grid manipulation
Author-email: Saptak De <saptak1234hehe@gmail.com>
Project-URL: Homepage, https://github.com/sdcard2008/gridenc
Project-URL: Issues, https://github.com/sdcard2008/gridenc/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

# GRIDENC

A python package to Encrypt and Decrypt any string using a grid (or matrix)

**Pypi Link** : [Gridenc](https://pypi.org/project/gridenc/)

## Installation
Gridenc can be installed through ``pip`` using

``pip install gridenc`` 
