{"id":17792032,"url":"https://github.com/ikechukwu-peter/cryptography","last_synced_at":"2026-04-12T03:36:22.574Z","repository":{"id":228933178,"uuid":"775024923","full_name":"ikechukwu-peter/cryptography","owner":"ikechukwu-peter","description":"A project to demonstrate cryptography","archived":false,"fork":false,"pushed_at":"2024-03-23T11:58:57.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T17:11:55.047Z","etag":null,"topics":["cryptography","ejs","express","expressjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://cryptography-dghl.onrender.com/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikechukwu-peter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-20T16:16:00.000Z","updated_at":"2024-03-21T17:35:44.000Z","dependencies_parsed_at":"2024-10-27T11:02:43.040Z","dependency_job_id":"d6964dc8-e3d0-41e8-a5c6-22c479533099","html_url":"https://github.com/ikechukwu-peter/cryptography","commit_stats":null,"previous_names":["ikechukwu-peter/cryptography"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikechukwu-peter%2Fcryptography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikechukwu-peter%2Fcryptography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikechukwu-peter%2Fcryptography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikechukwu-peter%2Fcryptography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikechukwu-peter","download_url":"https://codeload.github.com/ikechukwu-peter/cryptography/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741122,"owners_count":20826067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","ejs","express","expressjs","nodejs","typescript"],"created_at":"2024-10-27T10:57:39.553Z","updated_at":"2026-04-12T03:36:17.535Z","avatar_url":"https://github.com/ikechukwu-peter.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ikechukwu Peter's Cryptography App\n\n## Description\n\nA project to demonstrate cryptography\n\n![screenshot](./public/noun_cryptography.jpg)\n![screenshot](./public/noun_cryptography_1.jpg)\n![screenshot](./public/noun_cryptography_2.jpg)\n![screenshot](./public/noun_cryptography_4.jpg)\n![screenshot](./public/noun_cryptography_3.jpg)\n\n![screenshot](./public/noun_cryptography_5.jpg)\n![screenshot](./public/noun_cryptography_6.jpg)\n\n## Table of Contents\n\n- [Ikechukwu Peter's Cryptography App](#ikechukwu-peters-cryptography-app)\n  - [Description](#description)\n  - [Table of Contents](#table-of-contents)\n  - [Built With 🌩️](#built-with-️)\n  - [Getting Started ☀️](#getting-started-️)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n  - [Running the App](#running-the-app)\n  - [Testing](#testing)\n  - [Usage](#usage)\n  - [API Endpoints](#api-endpoints)\n  - [Author](#author)\n  - [📝 License](#-license)\n\n## Built With 🌩️\n\n- NodeJs\n- ExpressJs\n- EJS (template engine)\n- CSS\n- JavaScript\n- TypeScript\n\n## Getting Started ☀️\n\nTo get a local copy up and running, follow these simple example steps.\n\n### Prerequisites\n\nYou'll need Node.js and npm installed on your system. You can install them by running the following command:\n\nYou will also need to install nvm, here is an article to install nvm on ubuntu https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04\n\n### Setup\n\nClone this repository by typing the following command on your terminal:\n\n```\ngit clone https://github.com/ikechukwu-peter/cryptography.git\n```\n\n## Installation\n\nAfter cloning the repository, navigate to the project directory and run the following command to install the project dependencies:\n\n```\nnvm use\n```\n\n```\nnpm install\n```\n\n## Configuration\n\nYou'll need to set the following environment variables in a .env file:\n\n```\n\nPORT=\u003cyour-port\u003e\n\n```\n\nThe `PORT` is the port that the application will run on.\n\n## Running the App\n\nTo start the application, run the following command:\n\n```\nnpm run start\n\n```\n\nThis will start the application in production mode.\n\nTo run the application in development mode, use the following command:\n\n```\nyarn run dev\n```\n\nThis will start the application in watch mode, so any changes you make to the code will be automatically detected and the application will be recompiled.\n\n## Testing\n\nTo run the unit tests, use the following command:\n\n```\nnpm run test\n```\n\n## Usage\n\nTo use this project, follow these steps:\n\n1. Open your terminal and run `npm run dev` to start a developement server\n2. Go to any API testing tool of your choice, the server should be running in `localhost:\u003cport\u003e` where `port` is supplied by you.\n   Look below to understand the endpoints.\n\n## API Endpoints\n\nThe following API endpoints are available:\n\n- `POST /encrypt`: Encrypt a text\n- `POST /decrypt`: Decrypt a text\n- `GET /`: The index page\n\n## Author\n\n👤 **Ikechukwu Peter**\n\n- GitHub: [@ikechukwu-peter](https://github.com/ikechukwu-peter)\n- Twitter: [@pete_iyke](https://twitter.com/pete_iyke)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/peter-ikechukwu/)\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikechukwu-peter%2Fcryptography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikechukwu-peter%2Fcryptography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikechukwu-peter%2Fcryptography/lists"}