Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://travis-ci.org/dsch/gsm0338.svg?branch=master :target: https://travis-ci.org/dsch/gsm0338
Python Codec for 3GPP TS 23.038 / ETSI GSM 03.38
Decode GSM 03.38 encoded bytes:
>>> import gsm0338
>>> b'\x1b(\x1b)'.decode('gsm03.38')
u'{}'
Encode bytes in GSM 03.38:
>>> import gsm0338
>>> u'{}'.encode('gsm03.38')
b'\x1b(\x1b)'
The codec implements the encoding and decoding methods in the stateless codecs.Codec class. With loading the module the codec get's automatically registered.
3GPP TS 23.038 version 13.0.0 Release 13
_
.. _3GPP TS 23.038 version 13.0.0 Release 13: http://www.etsi.org/deliver/etsi_ts/123000_123099/123038/13.00.00_60/ts_123038v130000p.pdf
3GPP TS 23.038 Rel-13: Alphabets and language-specific information http://www.3gpp.org/dynareport/23038.htm
FAQs
GSM 03.38 codec
We found that gsm0338 demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.