Skip to content

Instantly share code, notes, and snippets.

View jsbimra's full-sized avatar
💭
Smile till you die! even after!

Jatinder Singh jsbimra

💭
Smile till you die! even after!
  • India
View GitHub Profile
@Holger-Will
Holger-Will / jwtRS256.sh
Last active May 6, 2024 00:35
generate public private key pair (RSA RS256) for use with koa-jwt jasonwebtoken etc.
# generate private key
openssl genrsa -out private.pem 2048
# extatract public key from it
openssl rsa -in private.pem -pubout > public.pem
@sumeetpareek
sumeetpareek / india-state-union-territory-svg-map.svg
Last active October 27, 2022 15:32
An SVG map of all Indian States and Union Territories.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.