Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptology University Project

This project is part of the Cryptology course. It includes RSA cipher implemented in TypeScript.

Getting Started

To start the TypeScript file, follow these steps:

  1. Install Node.js and npm: Ensure you have Node.js and npm installed on your machine. You can download them from Node.js official website.

  2. Clone the Repository: Clone the project repository to your local machine using the following command:

git clone https://github.com/WilloS88/crypto-task4.git
  1. Install Dependencies: Install the required dependencies using npm:
npm install
  1. Compile TypeScript Files: Compile the TypeScript files to JavaScript:
npx tsc --outDir dist
  1. Run the Project: Execute the compiled JavaScript file:
node dist/app.js
  1. Run Live Server: Download Live Server Extension. Start it by clicking on "Go Live" in bottom right corner.

Project Structure

  • src/: Contains the TypeScript source files.
  • dist/: Contains the compiled JavaScript files.
  • package.json: Lists the project dependencies and scripts.
  • tsconfig.json: TypeScript configuration file.

Dependencies

  • TypeScript
  • Node.js

About

RSA Cipher - University task to Cryptology

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages