티스토리 뷰
반응형
VB6.0에서
Base64로 인코딩, 디코딩 할 수
있는 라이브러리 이다.
VB자체에서 Base64 코드를 이용해서
인코딩을 할 수도 있으나
DLL을 참조해서 사용하는 것이
개발시간과 실행시간 둘다 효율성이 높을 것 같다.
출처는
http://www.sevillaonline.com/ActiveX/Base64.htm
이며,
이다.
아래는 사이트에서 발췌한 인코딩, 디코딩 함수들에 대한 설명이다.
Methods:
- Encode (strDatos As String) As String. Encodes data passed in strDatos and returns the result in a String var.
- EncodeArr (arrDatos() As Byte) As String. Encodes data passed in the array Datos and returns the result in a String var.
- EncodeArrArr (arrDatos() As Byte). This method will take data to encode from arrData() and will return the encoded data in the same array. It's the fastest one.
- EncodeFromFile (strPath As String) As String. Encodes the file specified in strPath and returns the result in a String var.
- Decode (strDatos As String) As String. Decodes data passed in strDatos and returns the result in a String var.
- DecodeArr (strDatos As String). Decodes data passed in strDatos and returns the result in an array.
- DecodeArrArr (arrDatos() As Byte). This method will take data to decode in arrDatos() and will return the decoded data in the same array. It's the fastest one.
- DecodeToFile (strDatos As String, strPath as String). Decodes data passed in strDatos and saves the result to the file given in strPath. If another file exists with the same name, it will try to overwrite it.
얼굴도 모르는 사람들에게 유용한 데이터를 사용하게 해 준 개발자에게 감사하며...
반응형
'nwairr's 자료실' 카테고리의 다른 글
HoyaSoft제공 - 무료 문자열 암호화 컴퍼넌트 StrCipher 1.0 (2) | 2009.10.12 |
---|---|
포토샵의 기능을 웹에서 - SumoPaint, Pixlr (0) | 2009.07.31 |
FreeEXtractor - 압축파일을 배포하는 프로그램 (0) | 2009.06.22 |
국산 프리웨어 사진 편집 툴 포토스케이프(PhotoScape) v3.3 (0) | 2009.05.06 |
비쥬얼 베이직용 무료 컴퍼넌트 cComponent_v1.1 (0) | 2009.05.06 |
댓글
반응형
02-14 00:04
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 플래쉬 게임
- SQL
- 고전게임
- MS-SQL
- Excel
- C
- 오락실게임
- 추억의 게임
- 좀비게임
- 플래시
- 오락실 게임
- 중독성짱게임
- brawlstars
- xml강좌
- 플래쉬게임
- J.S Bach
- 8비트상성
- XML
- 엑셀
- 레트로게임
- 고전명작
- 브롤스타즈
- 플래시게임
- 플래쉬
- 틀린그림찾기
- XML Programming with VB 6.0
- 다른그림찾기
- c#
- 8비트
- 플래시 게임
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함