This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
12,053 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
IMPORTANT NOTICE: This license only applies if you downloaded this content as | ||
an unsubscribed user. If you are a premium user (ie, you pay a subscription) | ||
you are bound to the license terms described in the accompanying file | ||
"License premium.txt". | ||
|
||
--------------------- | ||
|
||
You must attribute the image to its author: | ||
|
||
In order to use a content or a part of it, you must attribute it to pch.vector / Freepik, | ||
so we will be able to continue creating new graphic resources every day. | ||
|
||
|
||
How to attribute it? | ||
|
||
For websites: | ||
|
||
Please, copy this code on your website to accredit the author: | ||
<a href="http://www.freepik.com">Designed by pch.vector / Freepik</a> | ||
|
||
For printing: | ||
|
||
Paste this text on the final work so the authorship is known. | ||
- For example, in the acknowledgements chapter of a book: | ||
"Designed by pch.vector / Freepik" | ||
|
||
|
||
You are free to use this image: | ||
|
||
- For both personal and commercial projects and to modify it. | ||
- In a website or presentation template or application or as part of your design. | ||
|
||
You are not allowed to: | ||
|
||
- Sub-license, resell or rent it. | ||
- Include it in any online or offline archive or database. | ||
|
||
The full terms of the license are described in section 7 of the Freepik | ||
terms of use, available online in the following link: | ||
|
||
http://www.freepik.com/terms_of_use | ||
|
||
The terms described in the above link have precedence over the terms described | ||
in the present document. In case of disagreement, the Freepik Terms of Use | ||
will prevail. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href="https://www.freepik.com/free-vector/group-people-chatting-each-other-using-phone_11235468.htm#query=app%20illustration&position=49&from_view=keyword&track=ais">Image by pch.vector</a> on Freepik |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
| ||
namespace CG.Tools.QuickCrypto.Extensions; | ||
|
||
/// <summary> | ||
/// This class utility contains extension methods related to the <see cref="string"/> | ||
/// type. | ||
/// </summary> | ||
public static class StringExtensions | ||
{ | ||
// ******************************************************************* | ||
// Public methods. | ||
// ******************************************************************* | ||
|
||
#region Public methods | ||
|
||
public static string SafeAppend( | ||
this string value | ||
) | ||
{ | ||
return ""; | ||
} | ||
|
||
#endregion | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
@page "/" | ||
|
||
<MudText Typo="Typo.h5">@Assembly.GetEntryAssembly().ReadTitle()</MudText> | ||
<MudText Class="mx-2" Typo="Typo.caption">@Assembly.GetEntryAssembly().ReadFileVersion()</MudText> | ||
|
||
<MudText Class="my-5" Typo="Typo.subtitle1">A tool for quickly encrypting / decrypting data and files</MudText> | ||
|
||
<MudText Class="my-8" Typo="Typo.caption">@Assembly.GetEntryAssembly().ReadCopyright()</MudText> | ||
|
||
<MudText Typo="Typo.h5">@Assembly.GetEntryAssembly().ReadTitle() <MudText Color="Color.Dark" Typo="Typo.caption">[@Assembly.GetEntryAssembly().ReadFileVersion()]</MudText></MudText> | ||
<MudText Typo="Typo.caption">@Assembly.GetEntryAssembly().ReadCopyright()</MudText> | ||
<br /> | ||
<br /> | ||
<MudText Typo="Typo.subtitle1">A tool for quickly encrypting / decrypting data and files</MudText> | ||
|
||
<br /> | ||
<MudImage Src="images/10709.jpg" Width="700" /> | ||
<div> | ||
<a style="font-size:xx-small" href="https://www.freepik.com/free-vector/group-people-chatting-each-other-using-phone_11235468.htm#query=app%20illustration&position=49&from_view=keyword&track=ais">Image by pch.vector on Freepik</a> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.