Skip to content
View aabiskar's full-sized avatar
๐Ÿ 
๐Ÿ 

Block or report aabiskar

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
aabiskar/README.md

Hi there ๐Ÿ‘‹:pray:

Pinned Loading

  1. Ecommerce Ecommerce Public

    Build an Amazon clone: Nodejs + MongoDB + Stripe Payment

    HTML 3 2

  2. gitignore gitignore Public

    Forked from github/gitignore

    A collection of useful .gitignore templates

  3. crypto createCypheriv examples in no... crypto createCypheriv examples in nodejs
    1
    const crypto  = require('crypto');
    2
    const encryption_key = "byz9VFNtbRQM0yBODcCb1lrUtVVH3D3x"; // Must be 32 characters
    3
    const initialization_vector = "X05IGQ5qdBnIqAWD"; // Must be 16 characters
    4
    
                  
    5
    function encrypt(text){
  4. easy-node-authentication easy-node-authentication Public

    Forked from scotch-io/easy-node-authentication

    Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication

    JavaScript