{"id":16842626,"url":"https://github.com/rofl0r/kripto","last_synced_at":"2025-04-10T13:33:55.467Z","repository":{"id":20712770,"uuid":"23996751","full_name":"rofl0r/kripto","owner":"rofl0r","description":"Simple and flexible \"object-oriented\" cryptographic library written in ISO C99.","archived":false,"fork":false,"pushed_at":"2014-09-12T19:31:23.000Z","size":1552,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T12:12:54.056Z","etag":null,"topics":["c99","cryptography","public-domain"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rofl0r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-13T14:48:49.000Z","updated_at":"2024-03-31T13:38:28.000Z","dependencies_parsed_at":"2022-07-12T15:17:50.972Z","dependency_job_id":null,"html_url":"https://github.com/rofl0r/kripto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Fkripto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Fkripto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Fkripto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Fkripto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rofl0r","download_url":"https://codeload.github.com/rofl0r/kripto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225847,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c99","cryptography","public-domain"],"created_at":"2024-10-13T12:47:24.569Z","updated_at":"2025-04-10T13:33:55.422Z","avatar_url":"https://github.com/rofl0r.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kripto\n*Simple and flexible cryptographic library written in ISO C99.*\n\nDue to lack of time, lack of interest and technical difficulties\nproject is abandoned.\n\nThere is no documentation, however API is really simple.\n\nRun build.sh to compile. Makefile doesn't work (outdated).\n\n### Supported features:\n#### Block ciphers\n* Rijndael128 (AES)\n* Rijndael256\n* Serpent\n* Twofish\n* RC6\n* Camellia\n* ARIA\n* Threefish256\n* Threefish512\n* Threefish1024\n* Noekeon\n* 3-Way\n* Anubis\n* KHAZAD\n* SEED\n* Blowfish\n* GOST\n* TEA\n* XTEA\n* Skipjack\n* Speck128\n* Speck64\n* Speck32\n* Simon128\n* Simon64\n* Simon32\n* DES (TDES)\n* IDEA\n* MARS\n* RC5\n* RC5/64\n* RC2\n* CAST5\n* SAFER\n\n#### Block cipher modes\n* CTR\n* CBC\n* CFB\n* OFB\n* ECB\n\n#### Authenticated modes\n* EAX2\n* EAX\n\n#### Stream ciphers\n* Salsa20 (XSalsa20)\n* ChaCha (XChaCha)\n* RC4\n* Keccak1600\n* Keccak800\n* Skein256\n* Skein512\n* Skein1024\n\n#### Hash functions\n* SHA2\n* SHA1\n* Keccak1600\n* Keccak800\n* Skein256\n* Skein512\n* Skein1024\n* BLAKE-256\n* BLAKE-512\n* BLAKE2s\n* BLAKE2b\n* WHIRPOOL\n* Tiger\n* MD5\n\n#### Message authentication codes\n* HMAC\n* OMAC (CMAC1)\n* XCBC\n* Keccak1600\n* Keccak800\n* Skein256\n* Skein512\n* Skein1024\n\n#### Authenticated stream ciphers\n* Keccak1600\n* Keccak800\n\n#### Other\n* PKCS7\n* PBKDF2\n* scrypt\n* random\n* memwipe\n\n### Candidate features:\n#### Public-key cryptography\n* RSA\n* DSA\n* DH\n* ECC\n* NTRU\n* ElGamal\n* McEliece\n\n#### Block cipher modes\n* CFB8\n* CFB1\n* TBC\n* XTS\n* LRW\n\n#### Authenticated modes\n* GCM\n* OCB\n* CCM\n* CWC\n* IAPM\n\n#### Stream ciphers\n* SOSEMANUK\n* Rabbit\n* HC-256\n* HC-128\n* SEAL\n* Scream\n* MUGI\n* Py (RCR)\n* Trivium\n\n#### Hash functions\n* Grostl\n* JH\n* Fugue\n* Luffa\n* RIPEMD\n* HAVAL\n\n#### Message authentication codes\n* CMAC2\n* CBC variants\n* PMAC\n* UMAC\n* VMAC\n* Poly1305\n\n#### Authenticated stream ciphers\n* CAESAR competition winner/s\n* Phelix\n* Helix\n\n#### Other\n* Password Hashing Competition winner/s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofl0r%2Fkripto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frofl0r%2Fkripto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofl0r%2Fkripto/lists"}