-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
23,422 additions
and
13,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,29 @@ | ||
# decodapz | ||
# Decodapz | ||
|
||
## Project setup | ||
``` | ||
npm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
npm run build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
npm run lint | ||
``` | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
## @TODO | ||
- [ ] Add options for each encoder | ||
- [x] `Hex` | ||
- [x] Allow separator selection | ||
- [x] Allow prefix selection | ||
- [ ] `Base64` | ||
- [ ] Generalize in `BaseN` | ||
- [ ] Allow charset selection from predefined charsets | ||
- [ ] Standard | ||
- [ ] URL-safe | ||
- [ ] All (bruteforce) | ||
- [ ] Research for more ... | ||
- [ ] Allow custom charset (String or RegExp) | ||
- [ ] Add encoders | ||
- [ ] `RotX` | ||
- [x] `URL` | ||
- [x] `XOR` | ||
- [ ] Add insights about current decoded data | ||
- [x] Length in characters | ||
- [x] Length in bytes | ||
- [x] Length in words (spaces) | ||
- [ ] CRC32 | ||
- [ ] Hashes | ||
- [ ] MD5 | ||
- [x] SHA-1 | ||
- [x] SHA-256 | ||
- [x] SHA-512 |
Oops, something went wrong.