https://github.com/ufukbakan/reliable-studio-code
https://github.com/ufukbakan/reliable-studio-code
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufukbakan/reliable-studio-code
- Owner: ufukbakan
- License: gpl-3.0
- Created: 2022-01-28T03:02:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T13:43:58.000Z (over 3 years ago)
- Last Synced: 2024-12-30T16:36:04.049Z (5 months ago)
- Language: JavaScript
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reliable-Studio-Code
## What is it?
- Reliable Studio Code allows to encode source code files and decode them. Encryption and decryption have done via symmetric key.
- You can save your source code file as encoded or save an encoded source code file as decoded.## Prerequisites:
- Node.js version > 13
- npm any version## Building:
- npm install
- npm run start## Packaging into executable:
- npm install
- npm run package