09. 10. 2025 13:51:30
credit 📷: Denis Stepanov and Alexander Korotin, SECURELIST by Kaspersky
https://securelist.com/zos-mainframe-pentesting-resource-access-control-facility/116873/
page 3 of 27
09. 10. 2025 13:51:30
credit 📷: Denis Stepanov and Alexander Korotin, SECURELIST by Kaspersky
https://securelist.com/zos-mainframe-pentesting-resource-access-control-facility/116873/
08. 10. 2025 10:09:52
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
03. 10. 2025 01:25:23
Lecture rooms for the first TIN test
30. 09. 2025 12:34:28
29. 09. 2025 15:16:22
#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"
25. 09. 2025 17:12:14
ban pencils, they leave a carbon footprint
kdjsafdsafa dfdasfa
page 3 of 27
admin
https://youtu.be/fzlflyw7X2I