Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need a C# source code for efficient text compression and encryption
Posted

 
Share this answer
 
 
Share this answer
 
If you need to programmatically compress text files then use the functionalities provided by System.IO.Compression (see the documentation[^] for code samples). On the other hand, if you want to code yourself the algorithm then reading a book on data compression (for instance, Salomon's: Data Compression the Complete Reference[^]) is highly recommended.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900