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 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
softvar/secure-ls | Protects and encrypts data stored in local storage. | 646 |
paulmillr/noble-ciphers | A lightweight JavaScript implementation of multiple encryption algorithms | 213 |
essentialkaos/branca | An implementation of authenticated encrypted API tokens using the XChaCha20-Poly1305 AEAD algorithm in Go. | 85 |
ironcorelabs/recrypt | A library implementing cryptographic primitives for proxy re-encryption in a multi-hop setting. | 34 |
vesvault/libves.c | An API library providing end-to-end encryption for data storage and transmission. | 37 |
danielberkompas/cloak | An Elixir encryption library designed to simplify secure data storage and transfer | 581 |
imkcat/catcrypto | A comprehensive C library providing various hashing and encryption functions | 70 |
kkayataka/plusaes | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 190 |
qistoph/arduinoaes256 | An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform. | 62 |
kushaldas/johnnycanencrypt | Provides a Python module with encryption and decryption capabilities using Rust. | 52 |
vpeschenkov/securedefaults | A wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer | 227 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
juliacrypto/nettle.jl | A Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption | 51 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
bogdan-kulynych/libshe | An encryption library allowing secure execution of functions on encrypted data without decrypting it | 27 |