Skip to content
View thesadabc's full-sized avatar
Block or Report

Block or report thesadabc

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

  1. hexo-myadmin hexo-myadmin Public

    a hexo dashboard plugin writen by vue3, for live blog server with hexo-server

    JavaScript 27 8

  2. raspberrypi-tm1637-4display raspberrypi-tm1637-4display Public

    TM1637 driver for raspberry pi in nodejs with wiring-pi

    JavaScript 8

  3. blog-demo blog-demo Public

    all demo of blog. https://xjp.in

    JavaScript 10 2

  4. Shadowsocks-with-v2ray-plugin-for-Doprax Shadowsocks-with-v2ray-plugin-for-Doprax Public

    Shadowsocks server with v2ray-plugin for Doprax. Available for Shadowsocks-client and V2ray-client.

    Dockerfile 3 6

  5. JS原生API的aes-128-ctr加密算法,使用node的crypt... JS原生API的aes-128-ctr加密算法,使用node的crypto模块与浏览器的window.crypto对象
    1
    /**
    2
     * 原生API的aes-128-ctr加密算法,
    3
     * 参数统一使用UnitArray, 加密过程不限于字符串, 浏览器与node端通用
    4
     * 使用node的crypto模块与浏览器的window.crypto对象,
    5
     * IV长度固定为16,