// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Bitget releases MPC wallet, includes 2/3 private key sharding – CoinsMegaNews

Bitget releases MPC wallet, includes 2/3 private key sharding

Bitget releases MPC wallet, includes 2/3 private key sharding

[ad_1]

Cryptocurrency exchange and derivatives platform Bitget has launched a new wallet service using multi-party computation (MPC) to improve security and key management for users.

Following the launch of its account abstraction wallet service powered by Ethereum scaling protocol Starknet in July 2023, Bitget has employed MPC to overhaul private key and asset management.

MPC technology uses a distributed key generation mechanism that distributes multiple key shares to different locations that are controlled by multiple parties. This enables a process that requires the owners of distributed private key shares to sign and authorize the transaction.

The MPC wallet features a “mnemonic-free” user experience, removing a long-time industry standard that relied on users storing or memorizing mnemonic phrases and private keys. Assets are instead managed using password-based authentication, which Bitget touts to eliminate the risk of a single-point private key exposure.

The exchange notes that the development is aimed to mirror the user experience typically found in traditional Web2 products and services. At a more technical level, Bitget’s MPC wallet relies on a threshold signature scheme, uses secure “large prime numbers” and features a 2/3 threshold setup.

The latter feature is designed for consumer-grade users, introducing a minimum number for signature authorization requiring just two-thirds of the total key shares to complete a signature to authorize a transaction.

Related: Trezor releases new hardware wallet and metal private key backup

The last key share is securely stored on a backup cloud server, ensuring an elevated level of decentralization and security.

The MPC wallet also introduces a reshare mechanism that invalidates key shares on old devices when newer devices are connected. This is aimed at removing the risk of key shares potentially being compromised on outdated or forgotten devices.

Users can also configure standalone transaction passwords which ensure that key shares that are held by Bitget’s server can only be used to complete signatures with the users’ active consent.

Cryptocurrency self-storage has become an increasingly important part of the wider ecosystem in the wake of major failures of centralized players like FTX. In March 2023, hardware wallet manufacturer Ledger raised $109 million to increase its hardware production and explore the creation of new products.

Magazine: Ethereum restaking: Blockchain innovation or dangerous house of cards?

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>