본문 바로가기
반응형

#포트폴리오 [Portfolio]27

[iOS Application] MyLink 제품 계획 (Product Planning) - OpenSource ✅ 오픈소스 (OpenSource) SwiftLint [MIT License] realm/SwiftLint A tool to enforce Swift style and conventions. Contribute to realm/SwiftLint development by creating an account on GitHub. github.com The MIT License (MIT) Copyright (c) 2020 Realm Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to de.. 2021. 1. 3.
[macOS Application] Today Weather (오늘의 날씨) 카테고리 (Category) 작성 날짜 (Write Date) 최근 수정 날자 (Recent Write Date) 작성자 (Writer) macOS - Application 2020.10.25. PM 19:39 2020.11.08. PM 17:22 Dev.Yang Today Weather (오늘의 날씨) 애플리케이션은 macOS 기반의 애플리케이션 입니다. 해당 애플리케이션은 사용자의 현재 위치 정보를 바탕으로 날씨 정보, 기상 보건 정보, 중금속 대기정보, 대기오염 정보, 수도 정보를 제공합니다. 📍 세부 기능 날씨 정보 (온도, 습도, 강수량, 적설량, 풍향 및 풍속, 날씨 상태, 일출몰 시각) 기상 보건 정보 (식중독 지수, 감기 지수) 측정소 별 중금속 대기정보 (Lead, Pb) 대기오염 측정정.. 2020. 10. 25.
[🔒 Security] HOTP (HMAC-based One-time Password algorithm) HMAC-based One-time Password algorithm (HOTP) is a one-time password (OTP) algorithm based on hash-based message authentication codes (HMAC). It is a cornerstone of the Initiative for Open Authentication (OATH). HOTP was published as an informational IETF RFC 4226 in December 2005, documenting the algorithm along with a Java implementation. Since then, the algorithm has been adopted by many comp.. 2020. 7. 31.
[🔒 Security] Base64 알고 나면 아무것도 아닌 Base64의 정체 - 취미로 해킹 [네이버 지식백과] 베이스 64 [base 64] (IT용어사전, 한국정보통신기술협회) 2진 데이터를 아스키 텍스트로 변환하거나 그 반대로 변환하는 인코딩 방법입니다. MIME에 의해 사용되는 방법으로, 4개의 7비트 아스키 문자로 표현되도록 데이터를 3바이트씩 4개의 6비트 단위로 나누어 표현합니다. 메일에서 이미지, 오디오 파일을 보낼 때 이용하는 코딩으로 모든 플랫폼에서 안보이거나 깨지는 일이 생기지 않도록 공통으로 64개 아스키 코드를 이용하여 2진 데이터를 변환하기 위해 베이스 64를 이용하며 베이스 64로 인코딩하면 크기가 33% 커집니다. Base64를 이용하여 아래의 문구를 Encode 작업을 수행하게 되면 아래와 같은 결과물을 .. 2020. 7. 27.
반응형