CocoaSecurity
Encryption utility
A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods.
Encrypt/Decrypt: AES. Hash: MD5, SHA(SHA1, SHA224, SHA256, SHA384, SHA512). Encode/Decode: Base64, Hex.
1k stars
44 watching
189 forks
Language: Objective-C
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Protects and encrypts data stored in local storage. | 648 |
| | A collection of minimal and audited implementations of various cryptographic algorithms | 222 |
| | A Go library implementing authenticated encrypted API tokens using the XChaCha20-Poly1305 AEAD algorithm. | 86 |
| | A library implementing cryptographic primitives for proxy re-encryption in a multi-hop setting. | 34 |
| | An encryption API library for secure data storage and transmission | 37 |
| | An Elixir encryption library designed to simplify secure data storage and transfer | 586 |
| | A comprehensive C library providing various hashing and encryption functions | 70 |
| | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 197 |
| | An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform. | 62 |
| | Provides a Python module with encryption and decryption capabilities using Rust. | 53 |
| | A wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer | 227 |
| | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
| | A Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption | 51 |
| | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
| | An encryption library allowing secure execution of functions on encrypted data without decrypting it | 27 |