{"id":21965794,"url":"https://github.com/arkaeriit/asccrypte","last_synced_at":"2025-09-02T19:43:06.782Z","repository":{"id":119303373,"uuid":"202467637","full_name":"Arkaeriit/ASCcrypte","owner":"Arkaeriit","description":"A program to encrypt files or directories.","archived":false,"fork":false,"pushed_at":"2020-09-09T17:26:26.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T21:36:26.319Z","etag":null,"topics":["archive","c","encryption","lua"],"latest_commit_sha":null,"homepage":null,"language":"C","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/Arkaeriit.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-15T03:28:28.000Z","updated_at":"2020-09-09T17:26:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"98a440f3-5f15-45dc-982f-37f923807764","html_url":"https://github.com/Arkaeriit/ASCcrypte","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arkaeriit/ASCcrypte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkaeriit%2FASCcrypte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkaeriit%2FASCcrypte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkaeriit%2FASCcrypte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkaeriit%2FASCcrypte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arkaeriit","download_url":"https://codeload.github.com/Arkaeriit/ASCcrypte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkaeriit%2FASCcrypte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273341405,"owners_count":25088346,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archive","c","encryption","lua"],"created_at":"2024-11-29T12:52:11.718Z","updated_at":"2025-09-02T19:43:06.729Z","avatar_url":"https://github.com/Arkaeriit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# ASCcrypte\nA program made to encrypt files or directories\n\nDisclaimer: I am in no way an expert on cryptography so don't expect to find any incredible algorithm here.\n\nNonetheless, you can still use this program to encrypt your files with a password and you will need the password to decrypt them.\n\nFor example this file:\n![Alt text](https://i.imgur.com/7afNExc.png \"A file from this software\")\nCan become this once it is encrypted with the password \"Lua and C are very cool\":\n![Alt text](https://i.imgur.com/x67DJSJ.png \"Lua and C are indeed very cool!\")\n\n## User manual\n\nUsage: `ASCcrypte \u003coption\u003e \u003cinput file/directory\u003e [password] [output file/directory]`\n\nAvailable options:\n* encryption: Encrypt or decrypt the input file or directory. If the input is a directory it will be compressed first. You need to give a password for this to function.\n* compress: Compress the input directory in a single file.\n* decompress: Decompress a directory from a file. You need to give an output directory for  this function.\n* encryptionSTDIN: same as encryption but the source is stdin instead of an input file.\n* decompressSTDIN: same as decompress but the source is stdin instead of an input file.\n\nIf you don't give an output file the result will be written on stdout.\n\nExample: if you want to encrypt the file test.txt into the file out.crypted with IloveCandLua as a password you have to do:\n```bash\nASCcrypte encryption test.txt IloveCandLua out.crypted\n```\n\n## Installation\nTo install ASCcrypte you need the library ASCgestionFS, available here: https://github.com/Arkaeriit/ASCgestionFS.\n\nWhen the library is installed, this just use: \n```bash\nmake \u0026\u0026 sudo make install\n```\n\n### RAM usage\n\nBy default this program don't use a lot of RAM. If you want to use more RAM for a slight speed improvement or to use even less RAM you can change RAM\\_USAGE\\_BASE in the file the file RAMusage.lua before compilation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkaeriit%2Fasccrypte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkaeriit%2Fasccrypte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkaeriit%2Fasccrypte/lists"}