Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/krzyzanowskim/CryptoSwift

CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
https://github.com/krzyzanowskim/CryptoSwift

Docs fix spelling issues

nnsW3 opened this pull request 28 days ago
Update links for repositories moved to the swiftlang org on GitHub

lamtrinhdev opened this pull request about 2 months ago
chore: fix some comments

dropbigfish opened this pull request 3 months ago
Remove whitespaces from file names

adincebic opened this pull request 5 months ago
Add support for fernet

juri opened this pull request 5 months ago
Create swift.yml

JefferyQ7 opened this pull request 5 months ago
Fix for Privacy manifest in podspec

visaev opened this pull request 5 months ago
Add XChaCha20 to Xcode project

adamwalz opened this pull request 8 months ago
Update RSA's publicKeyDER method to support exponent any byte length

WFrost3 opened this pull request 10 months ago
Rsa pkcs1 sha3 signature verification

KatrinLomp opened this pull request 10 months ago
Update BlockDecryptor.swift

AsifSyeed opened this pull request 12 months ago
PKCS7Padding: Remove unreachable if branch

matthiasgeihs opened this pull request about 1 year ago
removed inlinable annotations from String extension functions as it c…

sakshamgoyal99 opened this pull request over 1 year ago
Modify the access level of `RSA(n:e:d:p:q:)` initializer to public

zssz opened this pull request over 1 year ago
Fix warnings with Swift 5.8

jpsim opened this pull request over 1 year ago
Add XChaCha20 and XChaCha20-Poly1305 (IETF draft-irtf-cfrg-xchacha)

zssz opened this pull request over 1 year ago
ChaCha20 Explicitly Set Counter

btoms20 opened this pull request over 1 year ago
typo

0xabhisek opened this pull request over 1 year ago
Fix typo

n-eq opened this pull request over 1 year ago
Updated documentation to use the publicKeyExternalRepresentation method

MaxenceMottard opened this pull request almost 2 years ago
Fix "Default will never be executed" warnings

jpsim opened this pull request almost 2 years ago
Updated RSA Public API

btoms20 opened this pull request about 2 years ago
Make CryptoSwift compilable with SwiftWasm

pedrovgs opened this pull request about 2 years ago
RSA Raw Signature Support and Key Size Byte Calculation Fix

btoms20 opened this pull request about 2 years ago
Fixing macOS build

NathanFallet opened this pull request about 2 years ago
Fixing branch name in workflows

NathanFallet opened this pull request about 2 years ago
Simple ASN1 Encoder and Decoder & DERCodable Protocol

btoms20 opened this pull request about 2 years ago
RSA + primes

btoms20 opened this pull request about 2 years ago
Fix Blowfish memory leaks

skjiisa opened this pull request over 2 years ago
Fix Xcode 13.3.1 Cycle error

mime29 opened this pull request over 2 years ago
Use result for iv-propagation in PCBC. Fixes #896

jimmiejohansson opened this pull request almost 3 years ago
Use BlockCipher.blockSize as a result length in randomIV helper

evnik opened this pull request almost 3 years ago
fix pkcs7padding error

rakeyang opened this pull request about 3 years ago
RSA

NathanFallet opened this pull request about 3 years ago
Adds support for SHA3 when using HMAC

R4v3nPr0 opened this pull request about 3 years ago
Detect invalid PKCS7 padding

damian-rzeszot opened this pull request about 3 years ago
Fix arc4random Linux compatibility

cbaies-bc opened this pull request over 3 years ago
Implement ISO10126 Padding

cbaies-bc opened this pull request over 3 years ago
Optionality is removed from return type

evnik opened this pull request over 3 years ago
[SHA2.swift] warning: default will never be executed

aiden-leong opened this pull request over 3 years ago
Support watchos in spm

ojii opened this pull request over 3 years ago
Fix #858

NathanFallet opened this pull request over 3 years ago
Implementing CFB segment size

NathanFallet opened this pull request over 3 years ago
Fix sample code format

sweepty opened this pull request almost 4 years ago
Update iOS platform to 9 to get rid of build warning

bgeerdes opened this pull request about 4 years ago
IPHONEOS_DEPLOYMENT_TARGET = 9.0 for Xcode 12

s-hintz opened this pull request about 4 years ago
Added convenience functions to encrypt and decrypt AES with CBC mode

VatoKo opened this pull request over 4 years ago
Update README.md

Free-FreeThinker opened this pull request over 4 years ago
Fix sample code in README

sweepty opened this pull request over 4 years ago
Implementation of OCB mode

aberenguel opened this pull request over 4 years ago
swift v5 code formatting.

pawan-joshi opened this pull request almost 5 years ago
Add ISO78164 padding

ph4r05 opened this pull request almost 5 years ago
Fix typo

bystritskiy opened this pull request almost 5 years ago
Changes indentation setting in xcode project

valeriyvan opened this pull request almost 5 years ago
Adds performance tests for SHA digests

valeriyvan opened this pull request almost 5 years ago
Adds performance tests for sha digests

valeriyvan opened this pull request almost 5 years ago
Refactors `[UInt8].toUInt32Array()` and `[UInt8].toUInt64Array()`

valeriyvan opened this pull request almost 5 years ago
Refactors Data.checksum() increasing performance 5 times

valeriyvan opened this pull request almost 5 years ago
WIP: Gets rid of very strange looking allocations

valeriyvan opened this pull request almost 5 years ago
Uses Array.init(unsafeUninitializedCapacity:,initializingWith:)

valeriyvan opened this pull request almost 5 years ago
Uses `reduce(into:,_)` instead of reduce(_,_)`

valeriyvan opened this pull request almost 5 years ago
To hex string

valeriyvan opened this pull request almost 5 years ago
Fix/code cleanup

Nirma opened this pull request almost 5 years ago
fix Swift 5.0 build

Fryie opened this pull request almost 5 years ago
Use explicit UInt8 to fix compilation error on Linux and Swift 5.0

marcelofabri opened this pull request almost 5 years ago
Changed access level to additional Array initializer

sp3esu opened this pull request almost 5 years ago
fix CBC-MAC authenticator and add it's unit tests

bricecesarin opened this pull request almost 5 years ago
Fix String extension crc32c to call crc32c

bluk opened this pull request about 5 years ago
Include minimum deployment targets in Swift 5 package

drewag opened this pull request about 5 years ago
Update README.md

RomanPodymov opened this pull request over 5 years ago
Make bytesArray a 'let' constant

alexbinary opened this pull request over 5 years ago
Added Salsa20 cipher and simplified ChaCha20

rogerxaic opened this pull request over 5 years ago
Updated SwiftPM Package for Swift 5

colemancda opened this pull request over 5 years ago
[README] Add installation section for Accio

Jeehut opened this pull request over 5 years ago
Fix Swift 5 warning

keith opened this pull request over 5 years ago
Readme grammar

mredig opened this pull request over 5 years ago
Gcm tag length

twierzbik opened this pull request almost 6 years ago
#672 GCM tagLength support

twierzbik opened this pull request almost 6 years ago
Correct count check for initializing UInt64 from Data

marcprux opened this pull request almost 6 years ago
Add Scrypt PKDF

shamatar opened this pull request almost 6 years ago
use of blockmode changed

adlienes opened this pull request almost 6 years ago
DON'T MERGE - Example of an improved (50%) performance for MD5

Joannis opened this pull request almost 6 years ago
[WIP] AES-CCM support

krzyzanowskim opened this pull request almost 6 years ago
Rewrite toHexString()

nuomi1 opened this pull request about 6 years ago
More readable and less nesting in sha3

CoderXpert opened this pull request about 6 years ago
Added Android support

flangel opened this pull request about 6 years ago
Add Scrypt PKDF

shamatar opened this pull request about 6 years ago
Set minimum deployment target to 8.0

lexrus opened this pull request over 6 years ago
Update README.md

pmusolino opened this pull request over 6 years ago
Fix sample code in README

frankdilo opened this pull request over 6 years ago
Fix/aes variant

zarghol opened this pull request over 6 years ago
Add CRC32C checksum

qmchenry opened this pull request over 6 years ago
Update swift_version to 4.1 for CryptoSwift.podspec

fyell opened this pull request over 6 years ago
Allow empty password in PBKDF2

alejandro-isaza opened this pull request over 6 years ago
Add a Gitter chat badge to README.md

gitter-badger opened this pull request over 6 years ago
Fix button link typo

aidantwoods opened this pull request over 6 years ago
Use latest Swift 4.1 development snapshot for Swift 4.1 testing

hamchapman opened this pull request over 6 years ago