diff --git a/AESClass.cs b/AESClass.cs index b301836..5a56d63 100644 --- a/AESClass.cs +++ b/AESClass.cs @@ -1,16 +1,5 @@ /* - __ __ - /'__`\ __ /\ \ - _____ __ _ __ /\ \/\ \ ___ ___ /\_\ \_\ \ -/\ '__`\ /'__`\ /\`'__\ \ \ \ \ /' _ `\ / __`\/\ \ /'_` \ -\ \ \L\ \/\ \L\.\_\ \ \/ \ \ \_\ \/\ \/\ \/\ \L\ \ \ \/\ \L\ \ - \ \ ,__/\ \__/.\_\\ \_\ \ \____/\ \_\ \_\ \____/\ \_\ \___,_\ - \ \ \/ \/__/\/_/ \/_/ \/___/ \/_/\/_/\/___/ \/_/\/__,_ / - \ \_\ - \/_/ addicted to code - - -Copyright (C) 2018 Stefan 'par0noid' Zehnpfennig +Copyright (C) 2020 Stefan Zehnpfennig This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +22,7 @@ You should have received a copy of the GNU General Public License using System.Security.Cryptography; using System.IO.Compression; -namespace par0noid +namespace speckmops { public static class AESClass { diff --git a/Program.cs b/Program.cs index a3ae486..b1f2176 100644 --- a/Program.cs +++ b/Program.cs @@ -1,16 +1,5 @@ /* - __ __ - /'__`\ __ /\ \ - _____ __ _ __ /\ \/\ \ ___ ___ /\_\ \_\ \ -/\ '__`\ /'__`\ /\`'__\ \ \ \ \ /' _ `\ / __`\/\ \ /'_` \ -\ \ \L\ \/\ \L\.\_\ \ \/ \ \ \_\ \/\ \/\ \/\ \L\ \ \ \/\ \L\ \ - \ \ ,__/\ \__/.\_\\ \_\ \ \____/\ \_\ \_\ \____/\ \_\ \___,_\ - \ \ \/ \/__/\/_/ \/_/ \/___/ \/_/\/_/\/___/ \/_/\/__,_ / - \ \_\ - \/_/ addicted to code - - -Copyright (C) 2018 Stefan 'par0noid' Zehnpfennig +Copyright (C) 2020 Stefan Zehnpfennig This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +18,7 @@ You should have received a copy of the GNU General Public License using System; using System.Text; -namespace par0noid +namespace speckmops { class Program { diff --git a/Readme.md b/Readme.md index d1d596b..4720611 100644 --- a/Readme.md +++ b/Readme.md @@ -25,8 +25,4 @@ Just take a look at the Program.cs for examples. | `0x54` | n bytes | byte[] | Encrypted data | -### Hint - -**I'm using elements of C# 6.0. Be sure your compiler is configured for C# 6.0** - -**Dev-Website:** http://par0noid.info +**Dev-Website:** http://speckmops.de