Skip to content

Instantly share code, notes, and snippets.

View sarkiroka's full-sized avatar
🦊

sarkiroka sarkiroka

🦊
View GitHub Profile
@sarkiroka
sarkiroka / storeless-authentication-algorithm.md
Last active August 27, 2023 20:36
Discover a groundbreaking password verification method that offers unparalleled security without storing your password or its hash. Say goodbye to the risks of database breaches compromising your users' sensitive passwords. Dive into this robust, user-centric approach that uses dynamic hashing iterations for ironclad security. A must-try for any…

Storeless authentication

Introduction

This method presents a unique way of password verification that doesn't require storing the user's password or its hash in the database. In the event of a database breach, this ensures that user passwords are not compromised. Discover a groundbreaking password verification method that offers unparalleled security without storing your password or its hash. Say goodbye to the risks of database breaches compromising your users' sensitive passwords. Dive into this robust, user-centric approach that uses dynamic hashing iterations for ironclad security. A must-try for any developer concerned with data integrity and password protection. Don't miss out on revolutionizing your authentication process—Explore now!

Keywords: Password Verification, Dynamic Hashing, User Security, Database Breach, Data Integrity, Authentication Process, Innovative Technology.

User store example

@sarkiroka
sarkiroka / QR-code-scanner.-with-detect-anything-on-preview-bitmap.md
Last active August 26, 2023 23:05
Android (Kotlin) Barcode Scanner with Preview Stealing: Zxing get preview and detect anything else than QR codes

This Android project demonstrates how to continuously capture the camera preview while also listening for barcode scans using the journeyapps/barcodescanner library. This is useful when you want to execute additional processing (like detecting custom patterns) on the camera preview.

Key Components:

build.gradle.kts:

dependencies {
...
    implementation("com.journeyapps:zxing-android-embedded:4.3.0")
...
{
"2000": [
"Szentendre"
],
"2009": [
"Pilisszentlászló"
],
"2011": [
"Budakalász"
],