Skip to content
View archeoid's full-sized avatar

Block or report archeoid

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. wire wire Public

    Go

  2. WDIM2 WDIM2 Public

    Python 1 2

  3. guicrypt guicrypt Public

    C

  4. Encryption/Decryption Tool (PBKDF2 +... Encryption/Decryption Tool (PBKDF2 + AES-GCM-256)
    1
    #!/bin/python
    2
    
                  
    3
    import sys
    4
    import base64
    5
    import binascii
  5. Word generator Word generator
    1
    package main
    2
    
                  
    3
    import (
    4
    	"bufio"
    5
    	"fmt"
  6. HTTP File Upload Server HTTP File Upload Server
    1
    #!/usr/env python3
    2
    import http.server
    3
    import socketserver
    4
    import io
    5
    import cgi