I hereby claim:
- I am saggit on github.
- I am xmrim (https://keybase.io/xmrim) on keybase.
- I have a public key ASDIqL9XXwDbnbrwsOxB6eBCiJU6A8ZkHFF-97dHXYIPkwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| extern crate hyper; | |
| extern crate core; | |
| use std::io::Read; | |
| use hyper::Client; | |
| use hyper::header::Connection; | |
| use hyper::header::Basic; | |
| use hyper::header::Headers; | |
| use core::str::FromStr; |
| package main | |
| import ( | |
| "crypto/rand" | |
| "crypto/sha1" | |
| "encoding/hex" | |
| "fmt" | |
| "golang.org/x/crypto/pbkdf2" | |
| "strings" | |
| ) |