2025-06-19 11:37:17 -05:00
2025-08-29 14:17:38 -05:00
2025-08-29 14:14:37 -05:00
2025-08-29 14:17:38 -05:00
2025-08-29 14:14:37 -05:00
2025-08-19 09:47:39 -05:00
2025-08-19 09:47:39 -05:00
2025-02-06 03:56:11 -06:00
2025-03-30 05:06:28 -05:00
2024-12-10 11:05:43 -06:00

Evil nKode

Simulated nKode Cracker

Installation

  • Python version 3.10 or greater is required
  • Install anaconda (or your preferred tool for environment management)

Using conda

conda env create -f environment.yml
conda activate pynkode

Starting a Jupyter Notebook

Option 1: Using classic Jupyter Notebook

# Ensure your environment is activated
# For conda: conda activate pynkode
# For pyenv: (should be automatic if in the directory)

# Start the Jupyter Notebook server
jupyter notebook

Option 2: Using JupyterLab

# Ensure your environment is activated
# Start JupyterLab
jupyter lab

Notebooks

Description
No description provided
Readme 5.7 MiB
Languages
Jupyter Notebook 76.9%
Python 23.1%