Skip to content

Commit 638ca0f

Browse files
EspenEspen
authored andcommitted
testing and minor changes
1 parent 7fb0bc2 commit 638ca0f

40 files changed

+3149
-3136
lines changed

.vs/RabbitHole/v14/.suo

24.5 KB
Binary file not shown.

LICENSE

Lines changed: 674 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

RabbitHole/Domain/Volume.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public int CalculateVolumeMinimumSize()
9898
{
9999
MemoryStream memoryStream = new MemoryStream();
100100
Volume volume = new Volume();
101-
volume.Serialize(memoryStream, "test", 1);
101+
volume.Serialize(memoryStream, "test", AlgorithmNo);
102102

103103
return (int)memoryStream.Length - volume.Offset;
104104
}

RabbitHole/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Program
1919

2020
static void Main(string[] args)
2121
{
22-
Console.WriteLine(" ---=== RabbitHole v.0.1.2 Commitant 2017 ===---");
22+
Console.WriteLine(" ---=== RabbitHole v.0.1.3 Commitant 2017 ===---");
2323

2424
DisplayArchiveAndVolumeNames();
2525

@@ -248,8 +248,8 @@ private static void CreateNewArchive(string[] parts)
248248

249249

250250
Console.WriteLine("Finished creating archive.");
251-
252-
Console.WriteLine("Please choose crypto algoritm: 1=AES, 2=Serpent, 3=Twofish");
251+
252+
Console.Write("Please choose crypto algoritm: 1=AES, 2=Serpent, 3=Twofish: ");
253253
var algorithmNo = int.Parse((Console.ReadLine()));
254254

255255

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<configuration>
3-
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
5-
</startup>
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
5+
</startup>
66
</configuration>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
4-
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5-
<security>
6-
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7-
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
8-
</requestedPrivileges>
9-
</security>
10-
</trustInfo>
11-
</assembly>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
8+
</requestedPrivileges>
9+
</security>
10+
</trustInfo>
11+
</assembly>

RabbitHole/gpl-3.0.rtf

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)