{"id":15356586,"url":"https://github.com/adlered/randomtextencryption","last_synced_at":"2025-04-04T17:23:24.422Z","repository":{"id":105570612,"uuid":"162705982","full_name":"adlered/RandomTextEncryption","owner":"adlered","description":":key:随机加密法-将指定字符串打乱, 并生成一个私钥使其可以被恢复|Disturb string, and generate a private key makes string recoverable.","archived":false,"fork":false,"pushed_at":"2019-04-26T14:52:49.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T08:23:52.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/adlered.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-12-21T11:24:25.000Z","updated_at":"2023-01-15T14:17:53.000Z","dependencies_parsed_at":"2023-07-22T06:12:22.649Z","dependency_job_id":null,"html_url":"https://github.com/adlered/RandomTextEncryption","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"925f51d1b00bc10ef7a5c61bfce055687b381e95"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlered%2FRandomTextEncryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlered%2FRandomTextEncryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlered%2FRandomTextEncryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlered%2FRandomTextEncryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adlered","download_url":"https://codeload.github.com/adlered/RandomTextEncryption/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217981,"owners_count":20903179,"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-10-01T12:29:14.859Z","updated_at":"2025-04-04T17:23:24.400Z","avatar_url":"https://github.com/adlered.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 随机加密算法\nRandom Encryption Algorithms\n\n### 简介\n这是一个我也不知道有没有人写过的简单算法  \n假设有四个字符需要加密: abcd  \n以随机生成数字的方式使其从第0位到最后一位分别随机与其它位置的字符交换。  \n并记录其移动到了哪个位置(生成一串私钥)。解密程序可以根据其生成的加密后的字符串和私钥对其进行解密。  \n**如果配合base64, md5等加密方式混合加密, 效果更佳.**  \n  \n### Introduction\nFor example, the are four character needs to encrypt: abcd  \nWe let each character random exchange with other character and record it(sum private key).  \nThe Decoder can decode the characters with Private Key and Text(has been encrypted).  \n**If you mix and encrypt with base64, md5 and other encryption methods, the effect will be better.**  \n  \n### About\n本项目是初学所写，语法较不严谨，欢迎提出Issue！  \nThis project was written when I was a beginner, so grammar is not strict. Issue me!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadlered%2Frandomtextencryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadlered%2Frandomtextencryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadlered%2Frandomtextencryption/lists"}