MauricioJunior
- 3,857 total downloads
- last updated 2/8/2022
- Latest version: 1.0.2
This package you can use to encrypt and decrypt your database connection string. We are using public key and private key.
See how to works the framework cript connection string in this article --> https://ecode10.com/artigo/3055/CriptConnectionString
- 2,634 total downloads
- last updated 11/7/2021
- Latest version: 2.0.5
CPF / CNPJ Framework
Methods that help you to check and format the special numbers of CPF and CNPJ.
Help me a lot and I'm putting here to help other people.
Example to use the code:
//check CNPJ
CPFCNPJ.IMain main1 = new CPFCNPJ.Main();
var resultCNPJ =...
More information
- 2,567 total downloads
- last updated 9/17/2021
- Latest version: 1.0.5
Do you have any data to check?
NIP
NIF
CPF
CNPJ
Date
Number
Decimal
Hour
Money
Card
URL
Email
:::: Return data of the string ::::
ReturnLetters
ReturnSymbols
ReturnLetterOrDigit
ReturnPunctuation
ReturnWhiteSpace
ReturnUpperCase
ReturnLowerCase
ReturnSeparator
So, this framework is for you.
- 2,323 total downloads
- last updated 2/28/2022
- Latest version: 1.0.3
Get the hashes that you want.
MD5
SHA1
SHA256
SHA384
SHA512
You can check the credibility of the Hash using the method.
IHash _hash = new Hash();
var result = _hash.GetHash("test", HashType.SHA512);
var checkHash = _hash.CheckHash(
"test",...
More information
- 1,876 total downloads
- last updated 2/14/2022
- Latest version: 1.0.1
Crypt and Decrypt data with public and private key.
Easy to use
Easy to crypt data
Easy to decrypt data
New Framework:
- .NET Framework 6
Console example using public key:
var criptografia = CryptAndDecrypt.Management.EncryptAES("www.mauriciojunior.net",...
More information
- 833 total downloads
- last updated 10/21/2020
- Latest version: 1.0.2
DatteFormatter
Framework that helps to format the date.
Framework 1.0.2 brings the date in full format in several different languages.
We have many methods to use about date.
We will have in future versions more methods that help you to work with date.
Any doubts, please let me know by my web site...
More information
- 820 total downloads
- last updated 2/25/2022
- Latest version: 1.0.3
CriptQuery was used to help you with parameters in the URL. Crypt and Decrypt URL in safe mode.
You can see how to use here --> https://www.ecode10.com/artigo/684/Criptografando-URL
- 637 total downloads
- last updated 12/22/2020
- Latest version: 1.0.1
Convert all excel spreadsheet to a json with two lines code.
Send the spreadsheet and get the json with columns and values
Code:
static void Main(string[] args)
{
var path = @"C:\Data.xlsx";
var excel = new ExcelToJsonLibrary.ExcelToJson();
var result =...
More information
- 232 total downloads
- last updated 2/8/2022
- Latest version: 1.0.4
This package you can use to encrypt and decrypt your database connection string. We can use private key. You can use public key and private key to crypt and decrypt your connection string.
C# Example:
CriptConnectionString.Cripto cripto = new...
More information
- 228 total downloads
- last updated 3/9/2021
- Latest version: 1.0.0
https://www.mauriciojunior.net
The library that helps you to convert any CSV file to a JSON string.
You need to pass the path file and all the rest the library will do for you.
You are going to receive the big string in JSON format.
Code example:
var main = new Main();
var result =...
More information
- 204 total downloads
- last updated 6/20/2022
- Latest version: 1.0.3
Check if the user put the strong password.
Now we have more methods to check strong password
using StrongPassword;
Simple:
Console.WriteLine(CheckData.CheckStrongPassword("MinhavidA2#@112$.%*"));
Defining mininum and maximum...
More information
- 202 total downloads
- last updated 4/21/2022
- Latest version: 1.0.2
Add memory cache in your system and you can get objects faster than before.
- 152 total downloads
- last updated 2/28/2022
- Latest version: 2.0.7
CPF / CNPJ Framework
Methods that help you to check and format the special numbers of CPF and CNPJ.
Help me a lot and I'm putting here to help other people.
Example to use the code:
//check CNPJ
CPFCNPJ.IMain main1 = new CPFCNPJ.Main();
var resultCNPJ =...
More information
- 109 total downloads
- last updated 2/28/2022
- Latest version: 1.0.1
Get the hashes that you want.
MD5
SHA1
SHA256
SHA384
SHA512
AES
You can check the credibility of the Hash using the method.
IHash _hash = new Hash();
//SHA512
var result = _hash.GetHash("test", HashType.SHA512);
var checkHash =...
More information
- 86 total downloads
- last updated 2/25/2022
- Latest version: 1.0.3
CriptQuery was used to help you with parameters in the URL. Crypt and Decrypt URL in safe mode.
You can see how to use here --> https://www.ecode10.com/artigo/684/Criptografando-URL
- 85 total downloads
- last updated 2/24/2022
- Latest version: 1.0.5
Do you have any data to check?
NIP
NIF
CPF
CNPJ
Date
Number
Decimal
Hour
Money
Card
URL
Email
:::: Return data of the string ::::
ReturnLetters
ReturnSymbols
ReturnLetterOrDigit
ReturnPunctuation
ReturnWhiteSpace
ReturnUpperCase
ReturnLowerCase
ReturnSeparator
So, this framework is for you.
- 71 total downloads
- last updated 4/21/2022
- Latest version: 1.0.0
Call your API in the easy and fast way.
You can you to call your web service or web api using cople lines.
Technology: .NET
Application Json