ai-twinkle /
LLM-Book-Club
Official repository for the Twinkle AI Late-Night Study Session. Features hands-on Jupyter notebooks, slides, and code for our book club on "Hands-On Large Language Models"
Loading repository data…
SunnYNehrA01 / repository
Official code repository for “Timestamp-based AES Key Refresh for IoT Security.” This repository includes the complete Jupyter notebook implementation, experimental simulations, performance benchmarks, and reproducible graphs supporting the research findings.
This repository contains the implementation of a lightweight timestamp-driven AES key refresh mechanism for secure data transmission in IoT environments.
The approach dynamically regenerates AES-256 keys using system timestamps, ensuring forward secrecy with negligible performance overhead.
Secure data transmission in IoT networks often faces challenges of key compromise and synchronization.
This work proposes a timestamp-based AES key refresh mechanism, where session keys are derived as:
$$ K_t = f(K_{master}, T) $$
Results demonstrate that:
├── timestamp code.ipynb # Jupyter notebook with implementation & experiments ├── requirements.txt # Python dependencies ├── results/ # Graphs & tables from experiments ├── LICENSE # Open-source license └── README.md # Project overview
Clone the repo and install dependencies:
git clone https://github.com/SunnYNehrA01/TimeStamp-AES-Refresh.git cd timestamp-aes-refresh pip install -r requirements.txt
Run the notebook: jupyter notebook timestamp code.ipynb
Simulation results (packet success vs. refresh interval):
Refresh Interval Success Rate (%) Mismatch Rate (%) Avg Latency (ms) 30s 100.0 0.0 0.08 10s 98.3 1.7 0.06 5s 95.0 5.0 0.01
Honeypot Simulation Detection Results [Key Refresh] active bucket=1757164160 (2025-09-06 18:39:20)[Honeypot] started (refresh_interval=10s, drift_buckets=±1) [Honeypot] Decrypted (kid=1757164160) mid=471bde4e5ee7e550: replay-test-payload [Demo Callback] meta: {'key_bucket': 1757164160, 'mid': '471bde4e5ee7e550'} payload preview: 7265706c61792d746573742d7061796c [Honeypot] Replay detected (mid=471bde4e5ee7e550). Discarding. [Honeypot] stopped
Replay attacks fail after key refresh.
Effective keyspace refreshes every interval.
Preserves AES-level security while reducing reliance on costly public-key cryptography.
If you use this work, please cite:
Author: Sunny Nehra, Lakshya Soni
Title: Timestamp-based AES Key Refresh for IoT Security
Year: 2025
Repository: https://github.com/SunnYNehrA01/TimeStamp-AES-Refresh
Adaptive refresh intervals based on network load
Blockchain-based timestamp synchronization
Post-quantum key derivation integration
Hardware implementation on IoT boards (Raspberry Pi, ESP32)
Selected from shared topics, language and repository description—not editorial ratings.
ai-twinkle /
Official repository for the Twinkle AI Late-Night Study Session. Features hands-on Jupyter notebooks, slides, and code for our book club on "Hands-On Large Language Models"
wkambale /
This repository contains the official source code and Jupyter notebooks for the "Google Colab in VS Code: A Deep Dive into the New Extension" tutorial.
hobotacademy /
Official repository for the "Python for AI" course, taught by Zahra Amini at Hobot Academy. Contains source code, Jupyter notebooks, and practical exercises for artificial intelligence and machine learning.
ssam18 /
Official companion code repository for 'Deep Learning Crash Course' by Samaresh K. Singh and Joyjit Roy (BPB Publications, expected June-July 2026). Twelve executable Jupyter notebooks covering NN foundations through MLOps, plus solved chapter exercises and image bundles.
olgubenli /
Official repository containing source code, Jupyter Notebooks, and supplementary materials for the research paper: "The ‘Hidden Highway’ Hypothesis: Statistical Anomalies within the 6EQ=5UJ Formula as Navigational Markers for the WOW! Signal
giulianoojeda /
The official code repository for the MIT Introduction to Deep Learning course 🧠. This repository contains all software labs, which are Jupyter Notebooks designed to be run on Google Colab with GPU acceleration. These hands-on labs complement the public lectures and utilize the custom mitdeeplearning Python package to teach the fundamentals of deep