Skip to content

Instantly share code, notes, and snippets.

View Izumiko's full-sized avatar

OxO Izumiko

  • BUAA
  • China
  • 11:25 (UTC +08:00)
View GitHub Profile
@Izumiko
Izumiko / aes.go
Created July 22, 2019 14:48 — forked from renesugar/aes.go
simple AES encryption/decryption example with PBKDF2 key derivation in Go, Javascript, and Python
package main
import (
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"crypto/sha256"
"encoding/hex"
"fmt"
"strings"
@Izumiko
Izumiko / resumedat_2015.rb
Last active June 2, 2022 17:28 — forked from naodesu/resumedat_2015.rb
Convert added torrents data from uTorrent (resume.dat) to qBittorrent (*.fastresume) format
# encoding: utf-8
# USE AT OWN RISK
#
# Follow this guide to install Ruby on Windows (step 1 and 2): https://forwardhq.com/support/installing-ruby-windows
# Install gems (with admin cmd prompt):
# https://rubygems.org/gems/bencode
#
# Edit datpath below to point to your utorrent resume.dat file
#