주식회사 누리아이티

정보자산의 보안강화를 위한 3단계 인증 보안SW(BaroPAM) 전문기업인 누리아이티

▶ BaroSolution/가이드 78

가볍고 가장 빠른 암호화 알고리즘을 위한 BaroCRYPT 솔루션의 API 가이드(PostgreSQL)

목차 1. PostgreSQL 암복호화 모듈 1.1 pgcrypto 모듈 1.2 사전 확인 사항 1.3 암복호화 함수 1.4 암복호화 함수 생성 1.5 암복호화 함수 생성 확인 1.6 암복호화 함수 테스트 2. About BaroCRYPT 1. PostgreSQL 암복호화 모듈 1.1 pgcrypto 모듈 pgcrypto 모듈은 PostgreSQL을 위한 암호화 기능을 제공한다. 이 모듈은 신뢰할 수 있는 모듈로 간주 된다. 즉, 현재 데이터베이스에 대한 CREATE 권한이 있는 슈퍼 유저가 아닌 사용자가 설치할 수 있다 . pgcrypto 모듈의 Raw 암호화 함수는 다음과 같다. - convert_to/convert_from : 문자열 변환/복원 - encode/decode : 16진수 인코딩/디코딩..

BaroPAM의 화면 보호기 잠금 방지 및 해제기능 가이드(BLE Manager-Windows)

목차 1. BLE Manager 2. BaroPAM 설정 2.1 BaroPAM 환경 설정 2.2 BaroBLE Manager 2.3 BaroPAM 앱 설정 2.4 Windows 잠금화면 없애는 방법 3. BaroBLE Manager 연결 및 해제 3.1 BaroPAM 앱과 BLE Manager 연결 3.2 BaroPAM 앱과 BLE Manager 연결 해제 4. BaroBLE FAQ 5. About BaroPAM 1. BLE Manager 최근 원격근무 확산 등으로 사이버 보안 위협은 더욱 증가하고 있으며, 여기에 이메일, 금융, 소셜 등 디지털 생활의 주요 보안 수단으로 사용되고 있는 비밀번호는 사이버 공격자의 주요 공격 표적이 되고 있다. 특히, 공격자는 보안 경계를 뚫는 것 보다는, 쉽게 구할 수 ..

RADIUS 환경에서 사용자 식별 및 인증을 위한 다계층 인증 솔루션인 BaroPAM 솔루션의 적용 가이드

목차 1. RADIUS 인증1.1 개요1.2 구성 아키텍처1.3 구성 요소1.4 방화벽 요구사항 2. FreeRADIUS 설치 및 설정2.1 FreeRADIUS 설치2.2 FreeRADIUS 설정 3. BaroPAM 설치 및 설정3.1 BaroPAM 설치 전 준비사항3.2 BaroPAM 설치 모듈 다운로드3.3 BaroPAM 환경 설정 파일 생성3.4 BaroPAM 환경 설정 4. MySQL/MariaDB 설치 및 구성4.1 MariaDB 설치4.2 MariaDB 구성 5. FreeRADIUS 연동 테스트5.1 PAM, cURL 인증5.2 SQL 인증 6. About BaroPAM   1. RADIUS 인증 1.1 개 요 RADIUS(Remote Authentication Dial In User Serv..

BaroPAM Installation Guide (FreeBSD)

BaroPAM solution installation guide for multi-layer authentication to strengthen the security of information assets(FreeBSD) 1. Preparation before installing BaroPAM In order to use the PAM module, the PAM package must be installed by default. To verify installation, execute the following command. [root] /root > ls /usr/lib/pam*/usr/lib/pam_chroot.so          /usr/lib/pam_ksu.so             /usr..

BaroPAM solution's API guide for no-remember passwords(NodeJS web server)

1. Preparation before using the integration API The one-time authentication key, the authentication code used by BaroPAM, is written based on Java, so the latest JDK 6.x or higher must be installed. If it is not installed, you need to install the latest JDK. If it is not installed(npm install java), you need to install the latest JDK. Verify JDK installation) [root]# rpm -qa | grep java java-1.4..

BaroPAM solution's API guide for no-remember passwords(Java)

1. Preparation before using the integration API The one-time authentication key, the authentication code used by BaroPAM, is written based on Java, so the latest JDK 6.x or higher must be installed. If it is not installed, you need to install the latest JDK. Verify JDK installation) [root]# rpm -qa | grep java java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp.115 java-1.7.0-openjdk-javadoc-1.7.0.131-2.6..