Skip to content

Releases: readme-experts/cyberchef

CyberChef 1.1.2

18 Jun 17:37
6565710
Compare
Choose a tag to compare
CyberChef 1.1.2 Pre-release
Pre-release

What's Changed

Some minor style fixed, CI and Husky setup

Full Changelog: cyberchef-1.1.1...cyberchef-1.1.2

CyberChef 1.1.1

14 Jun 15:10
Compare
Choose a tag to compare
CyberChef 1.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: cyberchef-ts...cyberchef-1.1.1

CyberChef v1.1

10 Jun 14:32
6092429
Compare
Choose a tag to compare

Improved version of Cyberchef app, now using Typescript as frontend language, also features refactored store using service pattern

What's Changed

Full Changelog: cyberchef-nest...cyberchef-ts

CyberChef v1.0

13 Jan 00:56
fdc6f4c
Compare
Choose a tag to compare

Improved version of CyberChef application, now using NestJS and Fastify instead of Express, ReactJS and Redux for frontend and PostgreSQL as database. All features remain the same.

CyberChef 0.1

08 Jan 18:52
Compare
Choose a tag to compare

Initial version of CyberChef app builded with Express, MySQL, VueJS.
It is api that does CRUD operations on food recipes. Cyberchef has built in pasrer that can parse recipes from web.
To work with DB properly, create config.json file in src/database/config :
"db_host": "your hosting",
"db_user": "your username",
"db_database": "your db name",
"db_password": "your db pass"
To properly work with server create .env file in src/api
PORT = 3000 || any other port
JWT_ACCESS_SECRET = "your secret key"
To start parser:
/src/parser/ node index.js
To start server:
/src/api/ npm run dev
Technology stack
Parser - NodeJS
Frontend - VueJs
Backend - Express
Database - MySQL
License
This program is distributed under an MIT License.