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.

GitHub

1k stars
44 watching
189 forks
Language: Objective-C
last commit: over 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
softvar/secure-lsProtects and encrypts data stored in local storage.648
paulmillr/noble-ciphersA collection of minimal and audited implementations of various cryptographic algorithms222
essentialkaos/brancaA Go library implementing authenticated encrypted API tokens using the XChaCha20-Poly1305 AEAD algorithm.86
ironcorelabs/recryptA library implementing cryptographic primitives for proxy re-encryption in a multi-hop setting.34
vesvault/libves.cAn encryption API library for secure data storage and transmission37
danielberkompas/cloakAn Elixir encryption library designed to simplify secure data storage and transfer586
imkcat/catcryptoA comprehensive C library providing various hashing and encryption functions70
kkayataka/plusaesA C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format.197
qistoph/arduinoaes256An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform.62
kushaldas/johnnycanencryptProvides a Python module with encryption and decryption capabilities using Rust.53
vpeschenkov/securedefaultsA wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer227
azadkuh/mbedcryptoA portable C++ library for encryption and decryption of binary data using various algorithms47
juliacrypto/nettle.jlA Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption51
piaca/micropython-aesAn implementation of the AES encryption algorithm in pure Python for use with MicroPython18
bogdan-kulynych/libsheAn encryption library allowing secure execution of functions on encrypted data without decrypting it27