Skip to content
View Harasz's full-sized avatar
:atom:
:atom:

Highlights

  • Pro

Organizations

@CodersLab @STEKRA-Apps

Block or report Harasz

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

Pinned Loading

  1. crypto-api crypto-api Public

    Demonstration cryptography API created using the Nest.js framework.

    TypeScript 1

  2. turbo-adventure turbo-adventure Public

    TypeScript

  3. eventelo eventelo Public

    Communicate React components using event-based hooks.

    TypeScript 3

  4. use-async-modal use-async-modal Public

    Show promised based modal programmatically using hook for React.js.

    TypeScript 5

  5. simple-blockchain simple-blockchain Public

    Forked from SzymCwy/simple-blockchain

    Python

  6. An attempt in Node.js to create a si... An attempt in Node.js to create a simple example of how Bitwarden works under the hood. Based on [Bitwarden Security White Paper](https://bitwarden.com/help/bitwarden-security-white-paper/)
    1
    import {
    2
      createHmac,
    3
      createCipheriv,
    4
      createDecipheriv,
    5
      randomBytes,