Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yehoudie committed Dec 11, 2023
1 parent 1df0023 commit 8daea03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Crypto utils
Implementations of some useful crypto utils using the windows CNG API.

## CONTENTS
* [REQUIREMENTS](#requirements)
* [BUILD STUFF](#build-stuff)
## Contents
* [Requirements](#requirements)
* [Build Stuff](#build-stuff)
* [AES](#aes)
* [Base64](#base64)
* [MD5, SHA1, SHA256](#md5,-sha1,-sha256)

## REQUIREMENTS
## Requirements
- msbuild

## BUILD STUFF
## Build Stuff
```bash
$ ./build.bat [/md5] [/sh1] [/sh2] [/b64] [/aes] [/hash] [/all] [/r] [/d] [/dp <flag>] [/b 32|64] [/rtl] [/pdb] [/pts <platformToolSet>] [/h]
```
Expand Down
11 changes: 0 additions & 11 deletions aes.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,6 @@
</ClCompile>
</ItemDefinitionGroup>

<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Release'">
<ClCompile>
<TreatWarningAsError>false</TreatWarningAsError>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Debug'">
<ClCompile>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
</ItemDefinitionGroup>

<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Release'">
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ GOTO :ParseParams
FOR /L %%i IN (0 1 %PROJ_ID_MAX%) DO (
echo|set /p="[!cmdparams[%%i]!] "
)
echo|set /p="[/cln] [/d] [/r] [/dp <value>] [/dpf] [/epf] [/b <bitness>] [/pdb] [/rtl] [/v] [/h]"
echo|set /p="[/cln] [/d] [/r] [/dp <value>] [/dpf] [/epf] [/pdb] [/rtl] [/v] [/h]"
exit /B 0


Expand Down
11 changes: 0 additions & 11 deletions hash.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,6 @@
</ClCompile>
</ItemDefinitionGroup>

<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Release'">
<ClCompile>
<TreatWarningAsError>false</TreatWarningAsError>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Debug'">
<ClCompile>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
</ItemDefinitionGroup>

<ItemDefinitionGroup Condition="'$(RunTimeLib)'=='Release'">
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand Down

0 comments on commit 8daea03

Please sign in to comment.