MauricioJunior
- 1,138 total downloads
- last updated 1/15/2020
- Latest version: 1.0.1
Get the hashes that you want.
MD5
SHA1
SHA256
SHA384
SHA512
You can check the credibility of the Hash using the method.
- 869 total downloads
- last updated 3/22/2020
- Latest version: 2.0.3
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:
CPFCNPJ.Main main = new CPFCNPJ.Main();
var formato = main.FormatCPFCNPJ("09009909000",...
More information
- 867 total downloads
- last updated 2/17/2020
- Latest version: 1.0.0
Crypt and Decrypt data with public and private key.
Easy to use
Easy to crypt data
Easy to decrypt data
Console example using public key:
var criptografia = CryptAndDecrypt.Management.Crypt("www.mauriciojunior.org", "publickey");
Console.WriteLine("criptografia - " +...
More information
- 805 total downloads
- last updated 8/24/2020
- Latest version: 1.0.4
Do you have any data to check?
NIP
NIF
CPF
CNPJ
Date
Number
Decimal
Hour
Money
Card
URL
Email
So, this framework is for you.
- 390 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
- 384 total downloads
- last updated 1/15/2020
- Latest version: 1.0.1
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
- 355 total downloads
- last updated 1/24/2020
- Latest version: 1.0.1
This package you can use to encrypt and decrypt your database connection string.
We are using public key and private key.
Follow some steps to use the package:
1. Create a public key in your system like "#02837-2908sljsl1ALSJ-299SN-292830K#$&"
1. Encrypt your connection using the package using the...
More information
- 201 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