Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 433 Bytes

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