Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Speckmops committed Oct 13, 2020
1 parent 26db46f commit 9ca3775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
15 changes: 2 additions & 13 deletions AESClass.cs
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
{
Expand Down
15 changes: 2 additions & 13 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
{
Expand Down
6 changes: 1 addition & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ca3775

Please sign in to comment.