Jay's repositories
Android-Emulator-Detection-Method
A Java-based Android Emulator Detector that checks multiple characteristics of a device to determine if it's running on an emulator.
Complex-Android-Root-Detection
A robust multi-method root check class for java.
File-Content-Scanner
This Python script allows you to search for specific text or phrases within a given directory and specified file types.
LRparse
A simple GO module to parse string using Left and right indicators with recursive functionality.
Random-Strings-Generator
It can be used to generate random keys/codes/coupons according to a specific pattern. Its lightning Fast.
randomutils
A versatile and lightweight Go module that provides a comprehensive suite of functions for generating random values. It supports the creation of random strings based on patterns, random numbers within a range, UUIDs, and more. With its simple interface and robust error handling, it is a valuable tool for a wide array of applications.
Secure-end-to-end-Encryption
This repository provides two examples of end-to-end encryption systems for a banking API using Python. The first example uses RSA for key exchange and AES for data encryption, while the second example uses Elliptic Curve Cryptography (ECC) for key exchange and AES for data encryption.