SafeCrypt icon indicating copy to clipboard operation
SafeCrypt copied to clipboard

A reliable C# nugget package for encrypting and decrypting data.

Results 6 SafeCrypt issues
Sort by recently updated
recently updated
newest added

The readme file is outdated and needs to be updated to show the new class name and how to use the encrypt methods for AES

documentation

Implement robust error handling during encryption or decryption, including specific exceptions for different error scenarios, and provide meaningful error messages. example: `try { // encryption or decryption algorithm here }...

Currently, there is a lack of a comprehensive suite of unit tests to validate the correctness of the encryption and decryption logic.

enhancement

Alligning codes written to sonarqube's guidelines, Solid Principles etc.

There is no documentation (XML comments) for any of the methods in the codebase

documentation