admin's posts


page 3 of 27

admin z/os access control diagram
2633×991 (28.5 kiB)

credit 📷: Denis Stepanov and Alexander Korotin, SECURELIST by Kaspersky
https://securelist.com/zos-mainframe-pentesting-resource-access-control-facility/116873/


admin IBM 4770 / CEX8S crypto express hardware security module (HSM)
1338×837 (39.9 kiB)

Available on z16™ models: Crypto Express feature is state-of-the-art, tamper-sensing, and tamper responding, programmable cryptographic cards. The cryptographic electronics and microprocessor, housed within a tamper-responding container, provide a secure cryptographic environment, designed to meet FIPS 140-2 Level 4 requirements. The Crypto Express feature provides a PCI Express (PCIe) interface to the host. The concurrent update for CCA firmware is supported.

https://www.ibm.com/products/pcie-cryptographic-coprocessor
https://www.ibm.com/docs/en/systems-hardware/zsystems/3931-A01?topic=features-crypto-express
https://public.dhe.ibm.com/security/cryptocards/pciecc5/docs/4770_Data_Sheet.pdf


admin Rozsazení na TIN test
2706×2082 (74.4 kiB)

Lecture rooms for the first TIN test


admin odpocicinek
97×96 (2.0 kiB)


admin interesting video
1843×1171 (41.4 kiB)

https://youtu.be/fzlflyw7X2I?si=BiSbuRV_VHtmS1Rx


admin ITU winapi cviceni
985×690 (7.6 kiB)

#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <math.h>

#define not !


// Global variable
HINSTANCE hInst;
UINT MessageCount = 0;
UINT Count = 0;
int posX = 0;
int posY = 0;

/* length 3 */
COLORREF colors[] = {
RGB(255,0,0),
RGB(0, 255, 0),
RGB(255, 255, 0)
};

COLORREF color = RGB(255, 0, 0);
int color_count;

int speed = 5;


// Function prototypes.
int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
void paintObject(HWND hWnd, HDC hDC, PAINTSTRUCT ps, int posX, int posY, POINT cursorPosition);
void paintObject2(HWND hWnd, HDC hDC, PAINTSTRUCT ps, int posX, int posY, POINT cursorPosition);
void paintPosition(HWND hWnd, HDC hDC, PAINTSTRUCT ps);

// Application entry point. This is the same as main() in standart C.
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
MSG msg;
BOOL bRet;
WNDCLASS wcx; // register class
HWND hWnd;

hInst = hInstance; // Save the application-instance handle.
// Fill in the window class structure with parameters that describe the main window.

wcx.style = CS_HREDRAW | CS_VREDRAW; // redraw if size changes
wcx.lpfnWndProc = (WNDPROC)MainWndProc; // points to window procedure
wcx.cbClsExtra = 0; // no extra class memory
wcx.cbWndExtra = 0; // no extra window memory
wcx.hInstance = hInstance; // handle to instance
wcx.hIcon = LoadIcon(NULL, IDI_APPLICATION); // predefined app. icon
wcx.hCursor = LoadCursor(NULL, IDC_ARROW); // predefined arrow
wcx.hbrBackground = GetStockObject(WHITE_BRUSH); // white background brush
wcx.lpszMenuName = (LPCSTR)"MainMenu"; // name of menu resource
wcx.lpszClassName = (LPCSTR)"MainWClass"; // name of window class

// Register the window class.

if (!RegisterClass(&wcx)) return FALSE;

// create window of registered class

hWnd = CreateWindow(
"MainWClass"


admin zakažte tužky
720×405 (6.4 kiB)

ban pencils, they leave a carbon footprint


kdjsafdsafa dfdasfa


view admin's keys