We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838dff commit 48ae374Copy full SHA for 48ae374
wincrypt.c
@@ -3,14 +3,13 @@
3
#include <stdio.h>
4
#include <Windows.h>
5
#include <shellapi.h>
6
+#include <Wincrypt.h>
7
8
#define BLOCK_LEN 128
9
10
#pragma comment(lib, "advapi32.lib")
11
#pragma comment(lib, "shell32.lib")
12
-
13
14
//params: <input file> <output file> <key> <is decrypt mode>
15
int main( int argc, char *argv[])
16
{
winhash.c
@@ -2,6 +2,7 @@
2
#include <windows.h>
#define BUFSIZE 1024
0 commit comments