{"id":22895986,"url":"https://github.com/artemvlas/veretino","last_synced_at":"2026-02-05T06:04:06.918Z","repository":{"id":152092462,"uuid":"599756612","full_name":"artemvlas/veretino","owner":"artemvlas","description":"Folder integrity checker","archived":false,"fork":false,"pushed_at":"2026-01-21T16:15:00.000Z","size":4525,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-22T03:37:35.877Z","etag":null,"topics":["checksums","cpp","crypto","data","digest","folder","hash","integrity","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artemvlas.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-09T20:18:17.000Z","updated_at":"2025-12-29T19:46:54.000Z","dependencies_parsed_at":"2024-03-02T12:33:24.148Z","dependency_job_id":"8e21b492-75a8-4b4d-a562-c7aa56868085","html_url":"https://github.com/artemvlas/veretino","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/artemvlas/veretino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemvlas%2Fveretino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemvlas%2Fveretino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemvlas%2Fveretino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemvlas%2Fveretino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemvlas","download_url":"https://codeload.github.com/artemvlas/veretino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemvlas%2Fveretino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["checksums","cpp","crypto","data","digest","folder","hash","integrity","qt"],"created_at":"2024-12-13T23:33:02.991Z","updated_at":"2026-02-05T06:04:06.903Z","avatar_url":"https://github.com/artemvlas.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"res/icons/generic/veretino.svg\" width=\"20%\"\u003e\n\u003ch2 align=\"center\"\u003eVeretino\u003c/h2\u003e\n\u003ch3 align=\"center\"\u003eBe confident in the integrity of your data.\u003c/h3\u003e\n\u003c/div\u003e\n\n_With this application, the integrity of both individual files and entire lists can be verified.\nAnalyze the contents of folders, calculate checksums, and easily find modified or corrupted data..._\n\n### The app allows you to check the folder-wide data integrity, for example, after numerous transfers and recopies, uploads/downloads from clouds and storages, transfer to other devices, and so on...\n\n#### Key features:\n* [x] **Multiple** checksums calculator and organizer.\n* [x] Validation of the _copied/moved/long-stored_ **folder**.\n* [x] Checking the integrity of file **arrays.**\n* [x] Verification of **folder** immutability.\n* [x] **Data audit**: analysis of folder contents, looking for folder-wide data changes.\n* [x] Finding damaged files in a folder.\n* [x] Creation and verification of **Digest** files.\n* [x] Comparing files by checksum.\n\n### Veretino can check the integrity of a large amount of data, for example, after a disk or file system error occurs, bad or unreadable sectors appear, a sudden power outage and similar cases...\n\n#### How it works:\n* To begin with, the program calculates a list of checksums for all files (or filtered file types) in the specified folder (and its subfolders) and stores it in the local json file (see [Veretino Database](https://github.com/artemvlas/veretino/wiki/Veretino-Database) format).\n* Having a ready-made database, the program becomes able to check the integrity of the folder's data by reading its current contents and comparing it with the previously created data set.\n* The resulting data also makes it possible to find new or missing items by comparing the current contents with a previously one.\n\n| ![Filter](screenshots/dialog_dbcreation_dark.png) | ![Db_View](screenshots/viewdb_light.png)                |\n|---------------------------------------------------|---------------------------------------------------------|\n| ![Main](screenshots/veretino_mainview.png)        | ![Database](screenshots/veretino_db_format_example.png) |\n\nThe program allows analyzing the contents of folders by file types, their number and size. Finding the largest and most numerous file types, which is useful when creating a database with a specific filter.\n\nWhen working with individual files: the program can operate with checksums (copy, store, check) both from the clipboard and digests (*.sha1/256/512).\n\nThe App allows you to avoid unexpected data loss*, for example, in case of a disk error or incomplete download. Checking across the entire folder and multiple subfolders allows you to detect data loss in any of the contained files.\n\n#### *Please note that the Veretino app does not repair the data and is not able to prevent its loss, but only serves to verify its integrity.\n---\nVeretino App is Qt based and cross platform. Prebuilt packages for Linux and Windows are available [here](https://github.com/artemvlas/veretino/releases)\n\nFor users of Arch-based distros: [AUR](https://aur.archlinux.org/packages/veretino)\n\n[Build](https://github.com/artemvlas/veretino/wiki/Build-from-source-code) from source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemvlas%2Fveretino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemvlas%2Fveretino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemvlas%2Fveretino/lists"}