{"id":20566280,"url":"https://github.com/telkomdev/jcrypsi","last_synced_at":"2025-07-28T09:10:51.537Z","repository":{"id":107252065,"uuid":"591732623","full_name":"telkomdev/jcrypsi","owner":"telkomdev","description":"Custom crypto utility for Java Virtual Machine and Android (Digest, AES, HMAC, RSA, RSA Digital Signature)","archived":false,"fork":false,"pushed_at":"2023-01-25T13:21:48.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T08:57:46.742Z","etag":null,"topics":["aes","android","cryptography","hash","hmac","java","rsa"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telkomdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-21T17:35:26.000Z","updated_at":"2024-06-25T12:12:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"0330aed3-9dd3-4d3a-ae23-9cdcfbd558ec","html_url":"https://github.com/telkomdev/jcrypsi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/telkomdev/jcrypsi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fjcrypsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fjcrypsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fjcrypsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fjcrypsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telkomdev","download_url":"https://codeload.github.com/telkomdev/jcrypsi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fjcrypsi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264251112,"owners_count":23579628,"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":["aes","android","cryptography","hash","hmac","java","rsa"],"created_at":"2024-11-16T04:40:55.621Z","updated_at":"2025-07-08T10:36:09.134Z","avatar_url":"https://github.com/telkomdev.png","language":"Java","readme":"## jcrypsi (crypsi for Java Virtual Machine)\n\nCustom crypto utility for Java Virtual Machine\n\n[![JCrypsi CI](https://github.com/telkomdev/jcrypsi/actions/workflows/ci.yml/badge.svg)](https://github.com/telkomdev/jcrypsi/actions/workflows/ci.yml)\n\n### jcrypsi is compatible with each other with the following libraries\n- NodeJs https://github.com/telkomdev/crypsi\n- Python https://github.com/telkomdev/pycrypsi\n- Golang https://github.com/telkomdev/go-crypsi\n- C# (.NET) https://github.com/telkomdev/NetCrypsi\n- Javascript (React and Browser) https://github.com/telkomdev/crypsi.js\n\n### Features\n- Asymmetric encryption with RSA\n- Generate RSA private and public key\n- Digital Signature with RSA private and public key using PSS\n- Symmetric encryption with AES\n- Message authentication code with HMAC\n- Generate Hash with Common DIGEST Algorithm\n\n### Build and Test\n\nRequirements:\n- Java JDK 8 or Higher https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html\n\n\nfor build tools you can choose between `Maven` or `Gradle`\n- Maven https://maven.apache.org/download.cgi\n- Gradle https://gradle.org/install/\n\nRunning `unit test`\n- with Maven\n```shell\n$ mvn test\n```\n\n- with Gradle\n```shell\n$ gradle clean\n$ gradle test\n```\n\nRunning `example snippet application`\n- Build with Maven\n```shell\n$ mvn clean package\n$ java -jar target/app.jar \n```\n\n- Build with Gradle\n```shell\n$ gradle fatJar \n$ java -jar build/libs/app-1.0-SNAPSHOT.jar\n```\n\n### Add `jcrypsi` to your project\nTODO","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fjcrypsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelkomdev%2Fjcrypsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fjcrypsi/lists"}