https://github.com/devlead/deicrypt
deicrypt is a command-line tool designed for encoding and decoding files. Using using DEI-related terms padded by safe spaces.
https://github.com/devlead/deicrypt
Last synced: 3 days ago
JSON representation
deicrypt is a command-line tool designed for encoding and decoding files. Using using DEI-related terms padded by safe spaces.
- Host: GitHub
- URL: https://github.com/devlead/deicrypt
- Owner: devlead
- License: mit
- Created: 2025-02-11T00:40:45.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-04-03T19:53:47.000Z (18 days ago)
- Last Synced: 2026-04-03T21:42:57.039Z (18 days ago)
- Language: C#
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# deicrypt
`deicrypt` is a command-line tool designed for encoding and decoding files. Using using DEI-related terms padded by safe spaces.
## Features
- **Encode Files**: Convert unencoded files into encoded files with an option to compress the output.
- **Decode Files**: Convert encoded files back to their original format with an option to decompress the output.
## Commands
### Encode Command
- **Command**: `encode`
- **Description**: Encodes a specified input file.
- **Usage**:
- Basic:
```
deicrypt encode
```
- With Compression (Brotli):
```
deicrypt encode --compress
```
### Decode Command
- **Command**: `decode`
- **Description**: Decodes a specified encoded file.
- **Usage**:
- Basic:
```
deicrypt decode
```
- With Decompression (Brotli):
```
deicrypt decode --decompress
```
## Getting Started
```bash
dotnet tool install --global deicrypt
```
### Example
#### Input
```
NSA
```
#### Output
```
Allyship Pronouns Bias Allyship Allyship Gender
```