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: almost 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
softvar/secure-ls Protects and encrypts data stored in local storage. 647
paulmillr/noble-ciphers A collection of minimal and audited implementations of various cryptographic algorithms 218
essentialkaos/branca A Go library implementing authenticated encrypted API tokens using the XChaCha20-Poly1305 AEAD algorithm. 86
ironcorelabs/recrypt A library implementing cryptographic primitives for proxy re-encryption in a multi-hop setting. 34
vesvault/libves.c A C library and utility that provides end-to-end encryption for data storage and exchange 37
danielberkompas/cloak An Elixir encryption library designed to simplify secure data storage and transfer 586
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. 197
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. 53
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