shlogg · Early preview
James @jamcha123

JsonText: Convert Text Files To JSON With Python/NodeJS Package

Convert text files to JSON with JsonText! Install via npm: `npm i jsoncon` and use the Python CLI or Node.js package to easily transform your text files.

Crack Hashes With Cryptquiz: SHA1 & MD5 Challenge

Practice cracking hashes with Cryptquiz, a quiz that uses SHA1 & MD5. Try to crack hashes using hashcat or online tools.

Python Hash Cracker Tool: Cracking MD5 Hashes With Wordlists

Cracker is a Python tool that cracks hashes by hashing all words in wordlists.txt & checking for matches. Supports various hash types, including MD5.

Introducing CipherHub: Secure Encryption Methods For Developers

Introducing CipherHub, a collection of encryption methods (AES & RSA) for secure data protection. Check it out: https://CipherHub link

Secure Your Data With Ciphers: A Collection Of Encryption Techniques

Created a Git repo with various ciphers, including book & Caesar ciphers. Protect your data from hackers, or so I thought

Fake Review Generator Site With OpenAI & Firebase

Built a fake review generator site using OpenAI & Firebase for GitHub Copilot Challenge: Fresh Starts. Copilot excels at repetitive tasks but struggles with logic & programming requiring thought.

Poem Creator App Built With OpenAI API For GitHub Copilot Challenge

Built poem creator app using OpenAI API for user input poems. Copilot helped with coding, but won't use again as don't want AI replacing me.

Summarizing Wikipedia Articles With React, Firebase & OpenAI API

Built a React app with Firebase & OpenAI API, summarizing lengthy Wikipedia articles into concise versions. Check out Wikisuma!