2 Commits

Author SHA1 Message Date
bb690f3a1f Implement initial iOS application structure for DES Cracker
- Added AppDelegate and main entry point for the application.
- Created Info.plist for application configuration.
- Introduced UI components with PSCSlaveViewController for user interaction.
- Implemented networking and computation engines (CPU and Metal) for DES cracking.
- Established asset catalog for application resources including icons and colors.
- Updated results.json to reflect new elapsed time for brute force operations.
2026-09-19 17:02:33 +01:00
8f2d3a2489 Add initial project structure for DES Key Cracker
- Created .gitignore to exclude build artifacts and dependencies.
- Added package.json and package-lock.json for project dependencies and scripts.
- Included pnpm workspace configuration for managing packages.
- Implemented TypeScript configuration in tsconfig.json.
- Added README.md with project description and usage instructions.
- Introduced native code for DES encryption and decryption in C/C++.
- Created initial decoded data structure for handling scan results.
- Established basic file structure for decoded outputs and native builds.
2026-09-19 16:10:35 +01:00