An open API service indexing awesome lists of open source software.

https://github.com/jabez007/cryptotron

A graphical interface for the implementation of various classical ciphers
https://github.com/jabez007/cryptotron

Last synced: 8 months ago
JSON representation

A graphical interface for the implementation of various classical ciphers

Awesome Lists containing this project

README

          

# CryptoTron
A graphical interface for the implementation of various classical ciphers

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).