생활공공기관
도구
- 스마트폰,태블릿 화면크기비교
- 양쪽 윈도우키를 한영한자키로(AutoHotKey)
- 매크로: Robotask Lite
- 파일이름변경: ReNamer Lite
- 파일압축: 반디집
- 공공서식 한글(HWP편집가능, 개인비영리)
- 오피스: 리브레오피스(LibreOffice)
- 텍스트뷰어: 이지뷰어
- PDF: FoxIt리더, ezPDF에디터
- 수학풀이: 울프램 알파 ( WolframAlpha )
- 수치해석: 셈툴, MathFreeOn
- 계산기: Microsoft Mathematics 4.0
- 동영상: 팟플레이어
- 영상음악파일변환: 샤나인코더
- 이미지: 포토웍스
- 이미지: FastStone Photo Resizer
- 화면갈무리: 픽픽
- 이미지 편집: Paint.NET, Krita
- 이미지 뷰어: 꿀뷰
- 국립중앙도서관 소장자료 검색
- KS국가표준인증종합정보센터
- 대한무역투자진흥공사(KOTRA) 해외시장뉴스
- 엔팩스(인터넷팩스발송)
- 구글 드라이브(문서도구)
- MS 원드라이브(SkyDrive)
- 네이버 N드라이브
- Box.com (舊 Box.net)
- Dropbox
- 구글 달력
- 모니터/모바일 픽셀 피치 계산
- Intel CPU, 칩셋 정보
- MS윈도우 기본 단축키
- 램디스크
- 초고해상도 관련
- 게임중독
- 표준시각
- 전기요금표/ 한전 사이버지점
- HWP/한컴오피스 뷰어
- 인터넷 속도측정(한국정보화진흥원)
- IT 용어사전
- 우편번호찾기
- 도로명주소 안내, 변환
- TED 강연(네이버, 한글)
- 플라톤아카데미TV
- 세바시
- 명견만리플러스
- 동아사이언스(과학동아)
- 과학동아 라이브러리
- 사이언스타임즈
- 과학잡지 표지 설명기사
- 칸아카데미
- KOCW (한국 오픈 코스웨어) 공개강의
- 네이버 SW 자료실
- 네이버 SW자료실, 기업용 Free
- 계산기
공공데이터베이스
PC Geek's
메모) cipher /w:[드라이브명] 해당 드라이브의 빈 공간을 덮어써 청소 본문
알게 된 곳은 [ 링크 ] 입니다. 저렇게 동작하니까, 데이터 복구 프로그램이 손대지 못하게 하는 게 목적이겠죠.
WIPE 란 이름을 쓰는 유틸리티 종류와 비슷한데, 링크의 설명에서 보듯 cipher 는 파일과 폴더는 지우지 않는다고. 즉, 포맷이 아닙니다.
윈도 XP 이상에서 동작합니다. 윈도 내부 명령어란 점에서 알아둘 만 합니다.
아래는 이 명령어에 관한 MS 도움말을 전재한 것입니다.
출처:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cipher.mspx?mfr=true
Cipher
Displays or alters the encryption of folders and files on NTFS volumes. Used without parameters, cipher displays the encryption state of the current folder and any files it contains.
Syntax
cipher [{/e|/d}] [/s:dir] [/a] [/i] [/f] [/q] [/h] [/k] [/u[/n]] [PathName [...]] | [/r:PathNameWithoutExtension] | [/w:PathName]
Parameters
/e : Encrypts the specified folders. Folders are marked so that files that are added to the folder later are encrypted too.
/d : Decrypts the specified folders. Folders are marked so that files that are added to the folder later are encrypted too.
/s: dir : Performs the selected operation in the specified folder and all subfolders.
/a : Performs the operation for files and directories.
/i : Continues performing the specified operation even after errors occur. By default, cipher stops when it encounters an error.
/f : Forces the encryption or decryption of all specified objects. By default, cipher skips files that have been encrypted or decrypted already.
/q : Reports only the most essential information.
/h : Displays files with hidden or system attributes. By default, these files are not encrypted or decrypted.
/k : Creates a new file encryption key for the user running cipher. If you use this option, cipher ignores all of the other options.
/u : Updates the user's file encryption key or recovery agent's key to the current ones in all of the encrypted files on local drives (that is, if the keys have been changed). This option only works with /n.
/n : Prevents keys from being updated. Use this option to find all of the encrypted files on the local drives. This option only works with /u.
PathName : Specifies a pattern, file, or folder.
/r:PathNameWithoutExtension : Generates a new recovery agent certificate and private key, and then writes them to files with the file name specified in PathNameWithoutExtension. If you use this option, cipher ignores all of the other options.
/w:PathName : Removes data on unused portions of a volume. PathName can indicate any directory on the desired volume. If you use this option, cipher ignores all of the other options.
/? : Displays help at the command prompt.
Remarks
• | Using /w /w removes data from portions of the volume it can access and have not been allocated to files or directories. It does not lock the drive, so other programs can obtain space on the drive, which cipher cannot erase. Because this option writes to a large portion of the hard volume, it might take a long time to complete and should only be used when necessary. |
• | Encrypting or decrypting files To prevent an encrypted file from becoming decrypted when it is modified, it is recommended that you encrypt both the file and the folder in which it resides. |
• | Using read-only files and folders Cipher cannot encrypt files that are marked as read-only. |
• | Using multiple folder names You can use multiple folder names and wildcard characters. |
• | Using multiple parameters You must separate multiple parameters by at least one space. |
Examples
To use cipher to encrypt a subfolder named May in a folder named MonthlyReports, type:
cipher /e monthlyreports\may
To encrypt the MonthlyReports folder, the January through December subfolders, and the Manufacturing subfolders within the month subfolders, type:
cipher /e /s:monthlyreports
To encrypt only the Marketing.xls file in the May subfolder, type:
cipher /e /a monthlyreports\may\marketing.xls
To encrypt the Marketing.xls file, the Maintenance.doc file, and the Manufacturing subfolder (located in the May folder), type:
cipher /e /a monthlyreports\may\ma*
To determine whether the May folder is encrypted, type:
cipher monthlyreports\may
To determine which files in the May folder are encrypted, type:
cipher monthlyreports\may\*
'공구함, 튜닝PRG' 카테고리의 다른 글
Atomic Alarm Clock / 윈도우 트레이 시계를 대신하는 프로그램 (0) | 2013.07.03 |
---|---|
ielowutil.exe (0) | 2013.07.03 |
File Renamer Basic / 폴더와 많은 파일 이름을 일괄 변경하기 (0) | 2013.06.24 |
백업용 유료 클라우드 서비스: 아마존 Glacier, 나우콤 2ndrive (0) | 2013.06.21 |
링크) 블루스크린 유발 (0) | 2013.06.12 |
wizmo /NirCmd : 커맨드라인 프롬프트에서 윈도에 다양한 명령을 내리는 프로그램 (0) | 2013.06.12 |
압축프로그램 반디집에 추가됐으면 하는 점 (0) | 2013.06.09 |
RAMMap : 윈도 메모리 사용 현황을 보여주는 유틸리티 (0) | 2013.06.09 |
Viewed Posts
|
Recent Comments
|
Recent Posts
|