{"id":26263721,"url":"https://github.com/terl/lazysodium-android","last_synced_at":"2025-04-30T11:49:53.353Z","repository":{"id":39897683,"uuid":"132790199","full_name":"terl/lazysodium-android","owner":"terl","description":"An Android implementation of the Libsodium cryptography library. For the lazy dev.","archived":false,"fork":false,"pushed_at":"2022-11-18T20:30:40.000Z","size":4019,"stargazers_count":98,"open_issues_count":8,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-07-26T22:10:58.356Z","etag":null,"topics":["android","argon2","cryptography","decryption","encryption","hashing","libsodium","xsalsa20"],"latest_commit_sha":null,"homepage":"https://github.com/terl/lazysodium-java/wiki","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T17:19:38.000Z","updated_at":"2023-04-29T11:00:43.000Z","dependencies_parsed_at":"2023-01-22T11:15:13.631Z","dependency_job_id":null,"html_url":"https://github.com/terl/lazysodium-android","commit_stats":null,"previous_names":[],"tags_count":59,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terl%2Flazysodium-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terl%2Flazysodium-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terl%2Flazysodium-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terl%2Flazysodium-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terl","download_url":"https://codeload.github.com/terl/lazysodium-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505896,"owners_count":20301619,"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":["android","argon2","cryptography","decryption","encryption","hashing","libsodium","xsalsa20"],"created_at":"2025-03-14T01:19:29.877Z","updated_at":"2025-03-14T01:19:30.471Z","avatar_url":"https://github.com/terl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"260\" src=\"https://filedn.com/lssh2fV92SE8dRT5CWJvvSy/lazysodium_large_transparent.png\" /\u003e\u003c/p\u003e\n  \n# Lazysodium Android\n  \nLazysodium is a **complete** Android implementation of the [Libsodium](https://github.com/jedisct1/libsodium) library that provides developers with a **smooth and effortless** cryptography experience. \n\n[![Checks](https://github.com/terl/lazysodium-android/actions/workflows/primary.yml/badge.svg)](https://github.com/terl/lazysodium-android/actions/workflows/primary.yml)\n![Maven Central](https://img.shields.io/maven-central/v/com.goterl/lazysodium-android?color=%23fff\u0026label=Maven%20Central)\n\n## Why Lazysodium\nWe created Lazysodium because we really wanted a solid Libsodium compatible Java/Android library that would just work without fuss. We were exasperated and annoyed with current Libsodium implementations as some of them were just poorly maintained and poorly architected.\n\nYou can find more info [here](https://github.com/terl/lazysodium-java/wiki/about).\n\n\n## Features\n**This library is fully compatible with Kotlin powered Android projects.**\n\nYou can find an up-to-date feature list [here](https://github.com/terl/lazysodium-java/wiki/features).\n\n## Quick start\n\nThis is by no means a comprehensive introduction to Lazysodium. Please view the [official documentation](https://github.com/terl/lazysodium-java/wiki) for a more comprehensive guide.\n\nWhatever build tool you're using the general gist is to add the `mavenCentral()` repository and then add the Lazysodium dependency.\nMore detailed instructions [here](https://github.com/terl/lazysodium-java/wiki/installation).\n\nThe following example is for users of the build tool Gradle:\n\n```groovy\n// Top level build file\nrepositories {\n    // Add this to the end of any existing repositories\n    mavenCentral()\n}\n\n// Project level dependencies section\ndependencies {\n    implementation \"com.goterl:lazysodium-android:VERSION_NUMBER@aar\"\n    implementation \"net.java.dev.jna:jna:5.8.0@aar\"\n}\n```\n\nSubstitute `VERSION_NUMBER` for the version in this box:\n\n![Maven Central](https://img.shields.io/maven-central/v/com.goterl/lazysodium-android?color=%23fff\u0026label=Maven%20Central)\n\n## Documentation\n\nSee our [official documentation](https://github.com/terl/lazysodium-java/wiki) to get started.\n\n## Apps\n\nYou can preview some of the features in our free Lazysodium app available on Google Play:\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.goterl.lazysodium.example\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_gb/badges/images/generic/en_badge_web_generic.png' width=\"140\"/\u003e\u003c/a\u003e\n\n\n## Lazysodium for Java\nWe also have a Java implementation available at [Lazysodium for Java](https://github.com/terl/lazysodium-java). It has the same API as this library so you can share code easily!\n\n\n---\n\n\u003ca href=\"https://terl.co\"\u003e\u003cimg width=\"100\" style=\"float: left: display: inline;\" src=\"https://filedn.com/lssh2fV92SE8dRT5CWJvvSy/terl.png\" /\u003e\u003c/a\u003e\n\nCreated by [Terl](https://terl.co).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterl%2Flazysodium-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterl%2Flazysodium-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterl%2Flazysodium-android/lists"}