Pinned Repositories
aes
Package for both encrypt and decrypt data using AES algorithm written in Go
cookieguard
This middleware is a modified version of the official Fiber encryptcookie middleware, designed to securely encrypt and decrypt cookies
endianness
Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go
keycheck-go
A simple validator suitable for simple tasks inspired from OpenBullet's KeyCheck feature
paypalutil
Package for PayPal utilities written in Go
randomizer
Fast and thread-safe random data generator package written in Go
rfc3986
RFC 3986 URI Query Escape/Unescape inspired from "net/url" written in Go
rsa
Package for both encrypt and decrypt data using RSA algorithm and it's certificate utilities written in Go
url
Fast, optimized and pool based url package inspired from "net/url" written in Go
Colduction's Repositories
Colduction/aes
Package for both encrypt and decrypt data using AES algorithm written in Go
Colduction/paypalutil
Package for PayPal utilities written in Go
Colduction/randomizer
Fast and thread-safe random data generator package written in Go
Colduction/cookieguard
This middleware is a modified version of the official Fiber encryptcookie middleware, designed to securely encrypt and decrypt cookies
Colduction/rfc3986
RFC 3986 URI Query Escape/Unescape inspired from "net/url" written in Go
Colduction/url
Fast, optimized and pool based url package inspired from "net/url" written in Go
Colduction/keycheck-go
A simple validator suitable for simple tasks inspired from OpenBullet's KeyCheck feature
Colduction/nocopy
Fast, thread-safe and no copy data type converter library written in Go
Colduction/rsa
Package for both encrypt and decrypt data using RSA algorithm and it's certificate utilities written in Go
Colduction/endianness
Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go
Colduction/TrackMe