Skip to content
View 0xsarwagya's full-sized avatar
🧩
Building @RebackkHQ
🧩
Building @RebackkHQ

Block or report 0xsarwagya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xsarwagya/README.md

Pinned Loading

  1. bigints Public

    A small package to do big things with big numbers

    TypeScript 1

  2. cvssify Public

    An open-source Typescript library designed to simplify the process of calculating Common Vulnerability Scoring System (CVSS) 3.0 scores

    TypeScript 1

  3. scramblify Public

    A CLI that encrypts and decrypts png, jpg, jpeg images to a gibberish image and provides you the key to unlock it later so that you have the complete control of your images.

    TypeScript 1

  4. A Next.js custom hook (useLocalStora...
    1
    import { Dispatch, SetStateAction, useEffect, useState } from "react";
    2
    
                  
    3
    /**
    4
     * Custom hook to synchronize a value with `localStorage`. 
    5
     * This hook ensures that the initial value is only read from `localStorage` 
  5. A Next.js custom hook (useindexedDB....
    1
    // Usage Examples
    2
    // https://gist.github.com/0xsarwagya/447015df61db544c38efd19b882ac2ed
    3
    
                  
    4
    import { useCallback, useEffect, useState } from "react";
    5
    
                  
  6. CIS_Scripts Public

    Automated scripts for auditing and enforcing CIS v3.0.0 benchmarks on Windows 11 (Basic and Enterprise editions) and Linux systems. These scripts are designed to simplify cybersecurity compliance b…

    PowerShell 5 4