파일 암호화 도구 제작 프롬프트
파일 암호화 도구 요구를 넣으면 Web Crypto API 기반 AES-256-GCM, PBKDF2, 배치 처리, 복호화 화면, 보안 경고 지시를 돌려줍니다.
| 분류 | 개발 › 코딩 |
|---|---|
| 태그 | 초안작성개발자코드 |
Create a client-side file encryption tool using HTML5, CSS3, and JavaScript with the Web Crypto API. Build a drag-and-drop interface for file selection with progress indicators. Implement AES-256-GCM encryption with secure key derivation from passwords (PBKDF2). Add support for encrypting multiple files simultaneously with batch processing. Include password strength enforcement with entropy calculation. Generate downloadable encrypted files with custom file extension. Create a decryption interface with password verification. Implement secure memory handling with automatic clearing of sensitive data. Add detailed logs of encryption operations without storing sensitive information. Include export/import of encryption keys with proper security warnings. Support for large files using streaming encryption and chunked processing.
어떤 프롬프트인가
클라이언트 측 파일 암호화 웹도구를 만들 때 쓸 수 있다. 민감 데이터 자동 삭제와 대용량 스트리밍 처리를 요구하지만 보안성은 실제 구현 검증이 필요하다.
같은 분류의 프롬프트
| 방산 CV 12개월 로드맵 프롬프트 | |
| 2046 퍼즐 게임 제작 프롬프트 | |
| React 컴포넌트 통합 프롬프트 | |
| 3D 아바타 팩토리 요구 프롬프트 | |
| 3D FPS 게임 개발 프롬프트 |