All Projects β†’ reklatsmasters β†’ saslprep

reklatsmasters / saslprep

Licence: MIT license
SASLprep: Stringprep Profile for User Names and Passwords.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to saslprep

Vim Rfc
πŸ““ Query RFC database and download RFCs from within Vim.
Stars: ✭ 88 (+417.65%)
Mutual labels:  rfc
Rfc
πŸ“„ Read RFCs from the command-line
Stars: ✭ 185 (+988.24%)
Mutual labels:  rfc
ergo
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,916 (+11170.59%)
Mutual labels:  sasl
Http Rfcs.zh Cn
ηΏ»θ―‘ HTTP η›Έε…³ηš„ RFC οΌˆδΈ­θ‹±ζ–‡ε―Ήη…§οΌ‰
Stars: ✭ 111 (+552.94%)
Mutual labels:  rfc
Http Cache Semantics
RFC 7234 in JavaScript. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases
Stars: ✭ 169 (+894.12%)
Mutual labels:  rfc
Cacheable Request
Wrap native HTTP requests with RFC compliant cache support
Stars: ✭ 218 (+1182.35%)
Mutual labels:  rfc
Mifare Classic Toolkit
RFID / NFC :: Mifare Classic 1k info and tools
Stars: ✭ 46 (+170.59%)
Mutual labels:  rfc
sieve-connect
A client for the MANAGESIEVE Protocol
Stars: ✭ 60 (+252.94%)
Mutual labels:  sasl
Netjson
NetJSON is a data interchange format for encoding the basic building blocks of networks.
Stars: ✭ 171 (+905.88%)
Mutual labels:  rfc
modules
Mesos modules examples and open source modules outside of the Apache Mesos source tree.
Stars: ✭ 26 (+52.94%)
Mutual labels:  sasl
Rfcs
This repository contains proposals, standards and documentations related to Nervos Network.
Stars: ✭ 154 (+805.88%)
Mutual labels:  rfc
Rrule
JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
Stars: ✭ 2,249 (+13129.41%)
Mutual labels:  rfc
beanshooter
JMX enumeration and attacking tool.
Stars: ✭ 172 (+911.76%)
Mutual labels:  sasl
I D
My Internet-Drafts
Stars: ✭ 94 (+452.94%)
Mutual labels:  rfc
rfc-healthcheck
Health Check Response RFC Draft for HTTP APIs
Stars: ✭ 110 (+547.06%)
Mutual labels:  rfc
Discussions And Proposals
Discussions and proposal related to the main React Native project
Stars: ✭ 1,110 (+6429.41%)
Mutual labels:  rfc
Node Rfc
Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Stars: ✭ 190 (+1017.65%)
Mutual labels:  rfc
keylist-rfc
πŸ” turning the system behind GPG Sync into an Internet standard
Stars: ✭ 15 (-11.76%)
Mutual labels:  rfc
Limnoria
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Stars: ✭ 578 (+3300%)
Mutual labels:  sasl
pure-sasl
A pure python SASL client
Stars: ✭ 32 (+88.24%)
Mutual labels:  sasl

saslprep

Build Status npm node license downloads

Stringprep Profile for User Names and Passwords, rfc4013

Usage

const saslprep = require('saslprep')

saslprep('password\u00AD') // password
saslprep('password\u0007') // Error: prohibited character

API

saslprep(input: String, opts: Options): String

Normalize user name or password.

Options.allowUnassigned: bool

A special behavior for unassigned code points, see https://tools.ietf.org/html/rfc4013#section-2.5. Disabled by default.

License

MIT, 2017-2019 (c) Dmitriy Tsvettsikh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].