Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyMonk committed Oct 10, 2021
1 parent a8b2f79 commit 71a2a0b
Show file tree
Hide file tree
Showing 24 changed files with 23,422 additions and 13,339 deletions.
51 changes: 28 additions & 23 deletions README.md
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
Loading

0 comments on commit 71a2a0b

Please sign in to comment.