{"id":13744568,"url":"https://github.com/xxtea/xxtea-as3","last_synced_at":"2026-02-12T14:54:15.720Z","repository":{"id":77875990,"uuid":"51279883","full_name":"xxtea/xxtea-as3","owner":"xxtea","description":"XXTEA encryption algorithm library for ActionScript 3.","archived":false,"fork":false,"pushed_at":"2016-02-08T12:45:24.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T16:40:55.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xxtea.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":"2016-02-08T04:53:39.000Z","updated_at":"2024-07-23T22:24:08.000Z","dependencies_parsed_at":"2023-04-28T21:54:58.812Z","dependency_job_id":null,"html_url":"https://github.com/xxtea/xxtea-as3","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/xxtea%2Fxxtea-as3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtea%2Fxxtea-as3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtea%2Fxxtea-as3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtea%2Fxxtea-as3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxtea","download_url":"https://codeload.github.com/xxtea/xxtea-as3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183211,"owners_count":21867381,"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":[],"created_at":"2024-08-03T05:01:11.988Z","updated_at":"2026-02-12T14:54:15.676Z","avatar_url":"https://github.com/xxtea.png","language":"ActionScript","funding_links":[],"categories":["Utilities"],"sub_categories":["Crypto"],"readme":"# XXTEA for ActionScript 3\n\n\u003ca href=\"https://github.com/xxtea/\"\u003e\n    \u003cimg src=\"https://avatars1.githubusercontent.com/u/6683159?v=3\u0026s=86\" alt=\"XXTEA logo\" title=\"XXTEA\" align=\"right\" /\u003e\n\u003c/a\u003e\n\n## Introduction\n\nXXTEA is a fast and secure encryption algorithm. This is a XXTEA library for ActionScript 3.\n\nIt is different from the original XXTEA encryption algorithm. It encrypts and decrypts ByteArray(String) instead of int or uint Array, and the key is also ByteArray(String).\n\n## Usage\n\n```actionscript\nimport org.xxtea.XXTEA;\n\nvar str:String = \"Hello World! 你好，中国🇨🇳！\";\nvar key:String = \"1234567890\";\nvar encrypt_data:String = XXTEA.encryptToString(str, key);\ntrace(encrypt_data);\nvar decrypt_data:String = XXTEA.decryptToString(encrypt_data, key);\ntrace(str == decrypt_data);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxtea%2Fxxtea-as3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxtea%2Fxxtea-as3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxtea%2Fxxtea-as3/lists"}