ptconverter
v0.0.1
Published
In this web application, you will be able to convert a certain text string into another form. You can encrypt, hash or decrypt the text.
Maintainers
Readme
Web interface for penetration testing
In this web application, you will be able to convert a certain text string into another form. You can encrypt, hash or decrypt the text.
The main purpose of this project will be the ability to put a text string in the input field and convert it again to another form.
How to run the project
Install or update to the newest version of vue.js:
npm install vue@latestNow install these libraries which are used in the project:
npm install html-entitiesnpm install ts-md5npm install js-sha256npm install crc-32npm install --save mdi-vue @mdi/jsnpm install @types/file-saver --save-devnpm install vue-router@4npm install primevuenpm install -g node-gypnpm install primeflexnpm install des.jsnpm install js-md4npm install argon2-browsernpm install buffernpm install --save js-crypto-aesnpm install js-crypto-rsanpm install crypto-jsOpen the project (best in Visual Studio Code). Then open the terminal and run this:
npm run devClick on your localhost link that showed up in the terminal:
http://localhost:5173/Your app is running in the browser.
