Ananjan Mitra
Ananjan Mitra
## 💥 Proposal I have noticed that when searching, things like `'` are shown as `'` or `"` as `"`. Maybe a simple text replacer that replaces the HTML codes...
## 🚀 Feature Use [Typer](https://typer.tiangolo.com) instead of `argparse` ### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/IndianOpenSourceFoundation/dynamic-cli/blob/master/CONTRIBUTING.md#reporting-new-issues)? Yes ## Motivation I have made applications using both Typer and `argparse`,...
Added the rsa library. Under cryptography section. It uses the rsa algorithm for asymmetric encryption using public and private keys.