{"id":26086813,"url":"https://github.com/liqtags/securesend","last_synced_at":"2026-04-13T18:01:28.187Z","repository":{"id":247300653,"uuid":"824773361","full_name":"liqtags/SecureSend","owner":"liqtags","description":"Anonymous \u0026 Secure transactions on EVM networks","archived":false,"fork":false,"pushed_at":"2024-07-07T23:05:48.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T15:58:03.464Z","etag":null,"topics":["ethereum","evm","privacy","solidity","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/liqtags.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":"2024-07-05T23:12:10.000Z","updated_at":"2025-02-04T15:22:56.000Z","dependencies_parsed_at":"2024-07-08T00:22:59.532Z","dependency_job_id":"72a36178-4188-4733-94a9-69e98be1c604","html_url":"https://github.com/liqtags/SecureSend","commit_stats":null,"previous_names":["liqtags/securesend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liqtags/SecureSend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liqtags%2FSecureSend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liqtags%2FSecureSend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liqtags%2FSecureSend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liqtags%2FSecureSend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liqtags","download_url":"https://codeload.github.com/liqtags/SecureSend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liqtags%2FSecureSend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ethereum","evm","privacy","solidity","typescript"],"created_at":"2025-03-09T07:18:26.945Z","updated_at":"2026-04-13T18:01:28.171Z","avatar_url":"https://github.com/liqtags.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecureSend\n\nSecureSend is a library for Anonymous \u0026 Secure transactions on EVM networks and enables functionality to get funds privately without sharing wallet address\n\nSecureSend enables stealth addresses and a one-time public key creation mechanism, making it hard to trace or monitor transactions by anyone else. This ensures enhanced privacy and confidentiality.\n\n## Features\n\n- Unique Address Generation\n- Secure Fund Transfer\n- Privacy Protection\n- Mock contract as typescript class\n\n## Disclaimer\nIt's made for educational purposes only. \n\n## Methods\n\nHere is a list of methods available.\n\n| Method                      | Description                                                                                              |\n|-----------------------------|----------------------------------------------------------------------------------------------------------|\n| `genKeyPair`                | Generates a new public-private key pair.                                                                 |\n| `getPrivateKey`             | Retrieves the private key from the generated key pair.                                                   |\n| `getPublicKey`              | Retrieves the public key from the generated key pair.                                                    |\n| `getPrivAndPubKey`          | Retrieves both the private and public keys.                                                              |\n| `uint8publicKey`            | Converts the public key to a UInt8Array format.                                                          |\n| `checkSum`                  | Calculates the checksum for a given key.                                                                 |\n| `addCheckSum`               | Adds a checksum to a key.                                                                                |\n| `addPrefix`                 | Adds a prefix to the key for identification.                                                             |\n| `getPrefixLength`           | Retrieves the length of the prefix used in keys.                                                         |\n| `createNewKey`              | Generates a new key with a prefix and checksum.                                                          |\n| `getAddressFromLiqusKey`    | Derives an address from the given Liqus key.                                                             |\n| `validateLiqusKey`          | Validates the given Liqus key to ensure it is correct.                                                   |\n| `setUpStealthAddress`       | Sets up a stealth address for anonymous transactions.                                                    |\n| `getPlatformPrivateKey`     | Retrieves the platform's private key for internal use.                                                   |\n| `getPlatformAddress`        | Retrieves the platform's address derived from its private key.                                           |\n| `getSharedSecret`           | Computes a shared secret between two keys for secure communication.                                      |\n| `getXCor`                   | Retrieves the X coordinate of a public key point.                                                        |\n| `getYCor`                   | Retrieves the Y coordinate of a public key point.                                                        |\n| `getStealthAddress`         | Generates a stealth address for receiving funds anonymously.                                             |\n| `getKeyFromPrivate`         | Derives a public key from a given private key. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqtags%2Fsecuresend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliqtags%2Fsecuresend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqtags%2Fsecuresend/lists"}