11 packages tagged with “Characters”
- Removed usage of RNG Crypto Provider and used Random Number Generator - Fixed bug with methods that use bool and int parameters for the Password class - Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
Library to Validate special characters in Request and Response
A package containing several utilities for working with numbers, letters and other characters.
.Net library to get information about Unicode codepoints and to better handle the upper planes (1-16) of Unicode.
Unicode info library for .NET
Simply returns string with a-z A-Z upper and lower case letters. It is configurable to include digits and symbols also. Can be used for generating random stuff.
Read this before using this package Code is the main class that has the following methods: OTP package contains different methods to generate a one time password, password generation depends on sizes and some methods require sizes and letter cases. Code Methods are: StringCode(): StringCode accepts two parameters, size and boolean value to determine letters in upper or lower form. RepeatCode(): RepeatCode accepts two parameters, size and boolean value to determine letters in upper or lower form. RepeatCode re-use the same letters. ComplexCode(): ComplexCode has only size as parameter to determine the size of code, it represents code in character(s), number(s), and special character(s). SpecialCode(): SpecialCode has only size as parameter to determine the length of special characters in a code. NumericCode(): NumericCode has only size parameter to determine the length of number(s) used in a code.
Core library describing the BlueLeaf data model
Path Utility like file name encoder / decoder.
A C# library that allows you to access all the superheroes and villains on the SuperHero database using there REST API.
A secure character and code generator library for .NET applications. Provides cryptographically secure random string generation with support for alphabetic, numeric, alphanumeric, and symbol character sets with customizable formats and patterns.