Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
majorsystem
Advanced tools
> Converts numbers into Mnemonics using the [Major System](https://en.wikipedia.org/wiki/Mnemonic_major_system). Allows a configurable mapping of consonants to digits and custom word lists.
Converts numbers into Mnemonics using the Major System. Allows a configurable mapping of consonants to digits and custom word lists.
By default, it uses Lewis Carrol's consonant to digit mapping, however this can be customized by providing a JSON file using the --mapFile option.
$ npm install --global majorsystem
majorsystem --help
majorsystem [number]
Options:
--version Show version number [boolean]
--maxWords, --mw Maximum number of words for the mnemonic [default: 3]
--limit Maximum number of mnemonics to display [default: 10]
--mapFile A JSON file mapping digits to consonants [default: ""]
--exclude A comma separated list of words to exclude [default: ""]
--wordList A path to a wordlist file to use [default: ""]
--randomize Shuffle results, still sorting by least words [count]
--colorize Colorize the consonants [count]
--capitalize Colorize the consonants [count]
--help, -h Show help [boolean]
Examples:
majorsystem --capitalize 314159
Default Consonant to Number mapping
0:
- z
- r
1:
- b
- c
2:
- d
- w
3:
- t
- j
4:
- f
- q
5:
- l
- v
6:
- s
- x
7:
- p
- m
8:
- h
- k
9:
- n
- g
ISC © John De Mott
FAQs
> Converts numbers into Mnemonics using the [Major System](https://en.wikipedia.org/wiki/Mnemonic_major_system). Allows a configurable mapping of consonants to digits and custom word lists.
The npm package majorsystem receives a total of 2 weekly downloads. As such, majorsystem popularity was classified as not popular.
We found that majorsystem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.