cryptderivekey

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2021 License: MIT Imports: 4 Imported by: 0

README

go-cryptderivekey

Golang implementation of Window's CryptDeriveKey API: https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptderivekey

Currently this package supports MD5 and SHA1 for derived keys.

Reference

This is adapted from FireEye's Python 2 implementation in FlareOn 2016: https://www.fireeye.com/content/dam/fireeye-www/global/en/blog/threat-research/flareon2016/challenge2-solution.pdf

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CryptDeriveKey

func CryptDeriveKey(key []byte, hashType string) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL