File encryption utility using scrypt for key derivation

scrypt

File encryption utility using scrypt for key derivation

A simple password-based encryption utility which demonstrates the scrypt key derivation function. On modern hardware and with default parameters, the cost of cracking the password on a file encrypted by scrypt enc is approximately 100 billion times more than the cost of cracking the same password on a file encrypted by openssl enc; this means that a five-character password using scrypt is stronger than a ten-character password using openssl.

lib32stdc++-13-dev-mips64-cross

GNU Standard C++ Library v3 (development files) (mips64

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

lib64go22-mips-cross

Runtime library for GNU Go applications (64bit)

Library needed for GNU Go applications linked against the shared library.

libuwac0-0

Using wayland as a client library

Using wayland as a client (uwac) is a library to provide common functionality for wayland clients.

winpr-utils

Windows Portable Runtime library command line utilities

WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it.

elpa-which-key

display available keybindings in popup

`which-key' is a minor mode for Emacs that displays the key bindings following your currently entered incomplete command (a prefix) in a popup. For example, after enabling the minor mode if you enter C-x and wait for the default of 1 second the minibuffer will expand with all of the available key bindings that follow C-x (or as many as space allows given your settings). This includes prefixes like C-x 8 which are shown in a different face.