Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / encoding

Encoding

encoding

Great Reads

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

Latest Articles

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

All Articles

Sort by Score

encoding 

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by MBigglesworth79
Oh No! Not Another Way to Write a CSV File?
by Minh Danh Nguyen (ToughDev)
How to restore text from PDF files Encoded using custom CID fonts
by Jason Sultana
Understanding and preventing Newline Injection